mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Cleanup
This commit is contained in:
parent
13da3ba3f4
commit
dee77df5f6
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="add-chat-room-by-user-search">
|
||||
<!-- Wolle -->
|
||||
<ds-flex class="headline">
|
||||
<h2 class="title">{{ $t('chat.addRoomHeadline') }}</h2>
|
||||
<base-button class="close-button" icon="close" circle @click="closeUserSearch"/>
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
@add-chat-room="addChatRoom"
|
||||
@close-user-search="showUserSearch = false"
|
||||
/>
|
||||
<!-- Wolle :chatRooms="chatRooms" -->
|
||||
<ds-space margin-bottom="small" />
|
||||
<chat
|
||||
:roomId="getShowChat.showChat ? getShowChat.roomID : null"
|
||||
@ -30,7 +29,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
showUserSearch: false,
|
||||
// excludeUsers: [] // Wolle
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user