Update message tiles to have the proper level of interaction/options #2
Labels
A-archive-room-view
The view to look at a room day by day in the archive
hydrogen
Issues which involve https://github.com/vector-im/hydrogen-web
T-Enhancement
New feature or request
Milestone
Update message tiles to have the proper level of interaction/options
In Hydrogen,
interactive: false
is currently used for a slim reply so it doesn’t render the reaction list and message actionsFor the archives, we need a slightly different use case of showing reactions and message actions
...
menu, but not the add emoji or message actions like remove, etc. We probably just need theCopy permalink
andView source
type options.Todo
[interactive, reference]
interactive
allows actions that send events (like reactions, redactions)reference
slims the item down to be used as a replyRelevant code
src/platform/web/ui/session/room/timeline/BaseMessageView.js#L32
The text was updated successfully, but these errors were encountered: