mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +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_ORIGINAL_PARENT_MSG_ID, parentOriginalId);
|
||||||
meta.put(KEY_PARENT_MSG_ID, parentCurrentId);
|
meta.put(KEY_PARENT_MSG_ID, parentCurrentId);
|
||||||
meta.put(KEY_AUTHOR, clientHelper.toList(author));
|
meta.put(KEY_AUTHOR, clientHelper.toList(author));
|
||||||
|
meta.put(KEY_READ, true);
|
||||||
|
|
||||||
// Send comment
|
// Send comment
|
||||||
clientHelper.addLocalMessage(txn, message, meta, true, false);
|
clientHelper.addLocalMessage(txn, message, meta, true, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user