Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order in the chat overview is messed up when a new user is added #11882

Open
Weltenstoeberer opened this issue Mar 21, 2024 · 2 comments
Open
Labels
Milestone

Comments

@Weltenstoeberer
Copy link

Is your feature request related to a problem? Please describe.
We use Talk as the main messenger in our company. Due to high turnover, we often need to add new users to the message groups. Unfortunately, this always messes up the order of the groups in the chat overview, as the addition is displayed as a new message. As a result, important messages are somewhat lost in the shuffle.

Describe the solution you'd like
It is ok that the adding is displayed in the group chat, but this should not be sent as a message or affect the order of the chats.

Describe alternatives you've considered
Alternatively with a setting option for the admin.

Additional context
I'm not sure but maybe this also happens with similar actions, e.g. when someone is appointed as a moderator.

screenshot

@nickvergessen
Copy link
Member

I'm not sure but maybe this also happens with similar actions, e.g. when someone is appointed as a moderator.

It is.

The think is at the moment it's not possible to change the last message without updating the "last activity" timestamp.
Also updating that is needed so the information is updating for everyone that is in the chats, but I can see how it could be "lost".

But that is also why those messages don't bump the unread counter, so the filter options for unread chats or mentioned chats should still work.

@SystemKeeper
Copy link
Contributor

But that is also why those messages don't bump the unread counter, so the filter options for unread chats or mentioned chats should still work.

Also could mark important room as favorites

@nickvergessen nickvergessen added this to the 💔 Backlog milestone Mar 22, 2024
@nickvergessen nickvergessen added 1. to develop feature: api 🛠️ OCS API for conversations, chats and participants feature: conversations 👥 and removed 0. Needs triage labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants