mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Added test for sharing an RSS blog.
This commit is contained in:
@@ -22,9 +22,9 @@ public interface BlogManager {
|
||||
ClientId CLIENT_ID = new ClientId("org.briarproject.briar.blog");
|
||||
|
||||
/**
|
||||
* Adds a blog from the given author.
|
||||
* Adds the given {@link Blog).}
|
||||
*/
|
||||
Blog addBlog(Author author) throws DbException;
|
||||
void addBlog(Blog b) throws DbException;
|
||||
|
||||
/**
|
||||
* Adds the given {@link Blog} within the given {@link Transaction}.
|
||||
|
||||
Reference in New Issue
Block a user