mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Anticipate review feedback for blog view models after re-basing
This commit is contained in:
@@ -107,7 +107,8 @@ public interface BlogManager {
|
||||
/**
|
||||
* Returns the header of the blog post with the given ID.
|
||||
*/
|
||||
BlogPostHeader getPostHeader(GroupId g, MessageId m) throws DbException;
|
||||
BlogPostHeader getPostHeader(Transaction txn, GroupId g, MessageId m)
|
||||
throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the text of the blog post with the given ID.
|
||||
|
||||
Reference in New Issue
Block a user