feat: add mark_as_read method and remove debug print statements across services and views

This commit is contained in:
2025-03-27 16:28:54 +00:00
parent a6f3138f68
commit dc21d63f3b
7 changed files with 10 additions and 7 deletions
+1
View File
@@ -184,6 +184,7 @@
setTimeout(() => {
updateLayout(doScrollDownBecauseLastMessageIsVisible)
}, 1000);
app.rpc.markAsRead(channelUid);
});
initInputField(getInputField());