Allow poll answers and quick reactions on read only room
This commit is contained in:
parent
60d536062b
commit
cd2640a85a
4 changed files with 26 additions and 7 deletions
|
|
@ -41,7 +41,9 @@
|
|||
v-on:download="download(selectedEvent)" v-on:more="
|
||||
isEmojiQuickReaction= true
|
||||
showMoreMessageOperations({event: selectedEvent, anchor: $event.anchor})
|
||||
" :originalEvent="selectedEvent" :timelineSet="timelineSet" />
|
||||
" :originalEvent="selectedEvent" :timelineSet="timelineSet"
|
||||
:readOnlyRoom="$matrix.currentRoomIsReadOnlyForUser"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div ref="avatarOperationsStrut" class="avatar-operations-strut">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue