feat: "Mark as Unread" menu item (and "as Read")#6182
Conversation
ac701c4 to
39cfb34
Compare
|
I'm working on fixing tests. Otherwise this is ready. |
|
39cfb34 to
01c2a7a
Compare
_locales/_untranslated_en.json
Outdated
| "messages_are_e2ee": { | ||
| "message": "Messages are end-to-end encrypted." | ||
| }, | ||
| "mark_as_unread": { |
There was a problem hiding this comment.
FYI this string is to be added on the next translations pull
There was a problem hiding this comment.
Hm actually there is only the short "Unread".
01c2a7a to
b9e4aa7
Compare
nicodh
left a comment
There was a problem hiding this comment.
Is it intended that there are no conditions at all wether or not a chat can be marked as unread? Even empty chats and selfChat ?The latter does not even show a fresh message counter that would make the change visible.
btw. Mute notifications also doesn't make sense on selfChat but that's another issue
Good point, but why not. E.g. you might want to create a group and set a "reminder" for yourself to write a message there later.
Ah I see. It only works if you have a "saved message" from someone else in your self chat.
A use case for muting "saved messages" would be to combine it with "mark as unread" and then mute for some time. You'll have a "one new message" badge when the mute ends. |
|
needs rebase |
b9e4aa7 to
b5b6903
Compare
Closes #6181.