Dynamic message UI
Also, WIP: send and receive images.
This commit is contained in:
parent
9c8efab236
commit
c4230b8abc
6 changed files with 147 additions and 123 deletions
|
|
@ -1,13 +1,6 @@
|
|||
<template>
|
||||
<!-- Contact joined the chat -->
|
||||
<div
|
||||
class="messageJoin"
|
||||
v-if="
|
||||
event.event.state_key != myUserId &&
|
||||
event.getContent().membership == 'join' &&
|
||||
event.getType() == 'm.room.member'
|
||||
"
|
||||
>
|
||||
<div class="messageJoin">
|
||||
{{ stateEventDisplayName(event) }} joined the chat
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue