Skip to content

feat: "Mark as Unread" menu item (and "as Read")#6182

Open
WofWca wants to merge 1 commit intomainfrom
wofwca/262d6c3932
Open

feat: "Mark as Unread" menu item (and "as Read")#6182
WofWca wants to merge 1 commit intomainfrom
wofwca/262d6c3932

Conversation

@WofWca
Copy link
Copy Markdown
Member

@WofWca WofWca commented Apr 3, 2026

Closes #6181.

@WofWca
Copy link
Copy Markdown
Member Author

WofWca commented Apr 3, 2026

I'm working on fixing tests. Otherwise this is ready.

@WofWca
Copy link
Copy Markdown
Member Author

WofWca commented Apr 3, 2026

  • Maybe we should also be unselecting the chats when marking them as unread

"messages_are_e2ee": {
"message": "Messages are end-to-end encrypted."
},
"mark_as_unread": {
Copy link
Copy Markdown
Member Author

@WofWca WofWca Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI this string is to be added on the next translations pull

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm actually there is only the short "Unread".

Copy link
Copy Markdown
Member

@nicodh nicodh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@WofWca
Copy link
Copy Markdown
Member Author

WofWca commented Apr 3, 2026

Even empty chats

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.

and selfChat ?The latter does not even show a fresh message counter

Ah I see. It only works if you have a "saved message" from someone else in your self chat.
It's a Core issue I would say.
In Telegram it is possible to mark "saved messages" as unread.

Mute notifications also doesn't make sense on selfChat but that's another issue

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.
FYI Telegram doesn't have "mute" on "Saved messages".

@nicodh
Copy link
Copy Markdown
Member

nicodh commented Apr 14, 2026

needs rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add option to mark a chat as noticed/fresh

2 participants