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

React to notification #4862

Open
alya opened this issue Jul 6, 2021 · 2 comments
Open

React to notification #4862

alya opened this issue Jul 6, 2021 · 2 comments

Comments

@alya
Copy link
Collaborator

alya commented Jul 6, 2021

It is common for a user to want to acknowledge a message they receive a notification about. At present, this requires clicking on the notification to get to the message, which takes some time.

It would be convenient to be able to reply to react to a message directly from the notification. The highest priority is to be able to give a thumbs up, though we can consider other reactions as well if it's technically feasible without too much additional effort.

@AkashDhiman
Copy link
Member

AkashDhiman commented Jul 29, 2021

This might not be possible since the notification UI does not allow interaction with 1 particular message, but rather a particular notification.

A notification corresponds to a particular conversation in topic, pm or group pm, in the design we will be having in #4842. Hence its possible to reply to a notification (the reply just gets added in the conversation) but we cannot have an interaction with a particular message in the conversation.

@gnprice
Copy link
Member

gnprice commented Oct 7, 2021

This might not be possible since the notification UI does not allow interaction with 1 particular message, but rather a particular notification.

Yeah, good point.

I think if we were to do a version of this feature, one behavior that could still make sense is that we'd react to whatever was the latest message we're showing in the notification.

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

No branches or pull requests

3 participants