mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user