Anticipate review feedback for blog view models after re-basing

This commit is contained in:
Torsten Grote
2021-01-29 14:21:43 -03:00
parent 95104d3383
commit d3b855318c
12 changed files with 107 additions and 123 deletions

View File

@@ -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.