Decode incoming images
This commit is contained in:
parent
c4230b8abc
commit
dd3efe0d61
8 changed files with 15923 additions and 1381 deletions
|
|
@ -6,7 +6,7 @@
|
|||
style="overflow-x: hidden; overflow-y: auto"
|
||||
v-on:scroll="onScroll"
|
||||
>
|
||||
<div v-for="event in events" :key="event.eventId">
|
||||
<div v-for="event in events" :key="event.getId()">
|
||||
<component
|
||||
:is="componentForEvent(event)"
|
||||
:room="room"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue