mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Allow to remove pre-shared blogs of our contacts
This commit is contained in:
@@ -34,7 +34,7 @@ public interface BlogManager {
|
||||
/**
|
||||
* Returns true if a blog can be removed.
|
||||
*/
|
||||
boolean canBeRemoved(GroupId g) throws DbException;
|
||||
boolean canBeRemoved(Blog b) throws DbException;
|
||||
|
||||
/**
|
||||
* Removes and deletes a blog.
|
||||
|
||||
Reference in New Issue
Block a user