mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Remove blog as well when removing RSS feed
This also adds a confirmation dialog to the removal process.
This commit is contained in:
@@ -41,6 +41,11 @@ public interface BlogManager {
|
||||
*/
|
||||
void removeBlog(Blog b) throws DbException;
|
||||
|
||||
/**
|
||||
* Removes and deletes a blog with the given {@link Transaction}.
|
||||
*/
|
||||
void removeBlog(Transaction txn, Blog b) throws DbException;
|
||||
|
||||
/**
|
||||
* Stores a local blog post.
|
||||
*/
|
||||
|
||||
@@ -23,7 +23,7 @@ public interface FeedManager {
|
||||
/**
|
||||
* Removes an RSS feed.
|
||||
*/
|
||||
void removeFeed(String url) throws DbException;
|
||||
void removeFeed(Feed feed) throws DbException;
|
||||
|
||||
/**
|
||||
* Returns a list of all added RSS feeds
|
||||
|
||||
Reference in New Issue
Block a user