Add kick,ban,make admin and make moderator operations
This commit is contained in:
parent
e5bf7f4f0c
commit
11e544b1c5
23 changed files with 281 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<!-- ROOM TOPIC CHANGED -->
|
||||
<div class="statusEvent">
|
||||
{{ $t('message.user_changed_room_topic', {user: stateEventDisplayName(event), topic: event.getContent().topic}) }}
|
||||
{{ $t('message.user_changed_room_topic', {user: eventSenderDisplayName(event), topic: event.getContent().topic}) }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue