Mark our own reblogs as read automatically

This commit is contained in:
Torsten Grote
2023-07-13 12:54:17 -03:00
parent 3bb39c2aa3
commit c47253fc5f

View File

@@ -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);