mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 02:00:28 +03:00
Added options to control room notifications (#25)
This commit is contained in:
parent
80551124f1
commit
8bf5a6e0bc
5 changed files with 56 additions and 62 deletions
|
|
@ -8,6 +8,7 @@ import Room from '../../organisms/room/Room';
|
|||
import Windows from '../../organisms/pw/Windows';
|
||||
import Dialogs from '../../organisms/pw/Dialogs';
|
||||
import EmojiBoardOpener from '../../organisms/emoji-board/EmojiBoardOpener';
|
||||
import RoomOptions from '../../organisms/room-optons/RoomOptions';
|
||||
|
||||
import initMatrix from '../../../client/initMatrix';
|
||||
|
||||
|
|
@ -44,6 +45,7 @@ function Client() {
|
|||
<Windows />
|
||||
<Dialogs />
|
||||
<EmojiBoardOpener />
|
||||
<RoomOptions />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue