-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Reactions: Send reaction event when user reacts #9572
Closed
Comments
jryans
changed the title
Reactions: Send reaction event when user clicks emoji
Reactions: Send reaction event when user reacts
Apr 26, 2019
This was referenced Apr 29, 2019
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
May 10, 2019
…lections If you ask for relations but none currently exist, we return `null` to avoid the overhead of many empty relations objects in memory. However, we still want some way to alert consumers when one _is_ later made, so this event level event provides that. Part of element-hq/element-web#9572 Part of element-hq/element-web#9485
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
May 10, 2019
This adds a `Relations.add` event that consumers can listen for to be notified each time an additional relation event is added to a relations collection. Part of element-hq/element-web#9485 Part of element-hq/element-web#9572
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
May 10, 2019
The various reaction UI bits will now listen for `Reactions.add` for new reactions just like with redactions. Part of element-hq/element-web#9572
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
May 10, 2019
This updates both the reaction row and action bar UIs to send and redact reaction events as appropriate based on user interactions. Fixes element-hq/element-web#9574 Fixes element-hq/element-web#9572
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
May 10, 2019
…lections If you ask for relations but none currently exist, we return `null` to avoid the overhead of many empty relations objects in memory. However, we still want some way to alert consumers when one _is_ later made, so this event level event provides that. Part of element-hq/element-web#9572 Part of element-hq/element-web#9485
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
May 10, 2019
This adds a `Relations.add` event that consumers can listen for to be notified each time an additional relation event is added to a relations collection. Part of element-hq/element-web#9485 Part of element-hq/element-web#9572
This was referenced May 10, 2019
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
May 13, 2019
…lections If you ask for relations but none currently exist, we return `null` to avoid the overhead of many empty relations objects in memory. However, we still want some way to alert consumers when one _is_ later made, so this event level event provides that. Part of element-hq/element-web#9572 Part of element-hq/element-web#9485
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
May 13, 2019
This adds a `Relations.add` event that consumers can listen for to be notified each time an additional relation event is added to a relations collection. Part of element-hq/element-web#9485 Part of element-hq/element-web#9572
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reaction events are sent in response to 2 UI actions:
The text was updated successfully, but these errors were encountered: