mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Show all Forum Invitations, not only the first
This commit is contained in:
@@ -38,9 +38,9 @@ public interface BlogSharingManager
|
||||
ContactId contactId) throws DbException;
|
||||
|
||||
/**
|
||||
* Returns all blogs to which the user could subscribe.
|
||||
* Returns all blogs to which the user has been invited.
|
||||
*/
|
||||
Collection<Blog> getAvailable() throws DbException;
|
||||
Collection<Blog> getInvited() throws DbException;
|
||||
|
||||
/**
|
||||
* Returns all contacts who are sharing the given blog with us.
|
||||
|
||||
Reference in New Issue
Block a user