mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Mark our own reblogs as read automatically
This commit is contained in:
@@ -281,6 +281,7 @@ class BlogManagerImpl extends BdfIncomingMessageHook implements BlogManager,
|
||||
meta.put(KEY_ORIGINAL_PARENT_MSG_ID, parentOriginalId);
|
||||
meta.put(KEY_PARENT_MSG_ID, parentCurrentId);
|
||||
meta.put(KEY_AUTHOR, clientHelper.toList(author));
|
||||
meta.put(KEY_READ, true);
|
||||
|
||||
// Send comment
|
||||
clientHelper.addLocalMessage(txn, message, meta, true, false);
|
||||
|
||||
Reference in New Issue
Block a user