Emojis update realtime

This commit is contained in:
10G Meow 2022-06-08 14:13:40 +00:00 committed by n8fr8
parent b338b84f64
commit 90daf060cc
6 changed files with 14 additions and 13 deletions

View file

@ -72,7 +72,6 @@
:room="room"
:event="event"
:nextEvent="events[index + 1]"
:reactions="timelineSet.getRelationsForEvent(event.getId(), 'm.annotation', 'm.reaction')"
:timelineSet="timelineSet"
v-on:send-quick-reaction="sendQuickReaction"
v-on:context-menu="showContextMenuForEvent($event)"