Post new RSS entries into the user's personal blog

Closes #486
This commit is contained in:
Torsten Grote
2016-07-25 18:58:55 -03:00
parent 8d1a26ba72
commit 6454acdaa5
4 changed files with 185 additions and 64 deletions

View File

@@ -191,6 +191,7 @@ class BlogManagerImpl extends BdfIncomingMessageHook implements BlogManager,
@Override
public void removeBlog(Blog b) throws DbException {
// TODO if this gets used, check for RSS feeds posting into this blog
Transaction txn = db.startTransaction(false);
try {
for (RemoveBlogHook hook : removeHooks)