From 0d95b0240191a1d0255d8455bb08f56a3a23f2b7 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Wed, 20 Apr 2022 03:44:48 +0300 Subject: [PATCH] frontend: send messages --- .../components/pages/main/ChannelView.svelte | 42 ++++++++++++++++++- .../src/components/pages/main/Messages.svelte | 5 --- frontend/src/stores.js | 34 ++++++++++++++- test.rest | 2 +- 4 files changed, 74 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/pages/main/ChannelView.svelte b/frontend/src/components/pages/main/ChannelView.svelte index f5824d2..99c9342 100644 --- a/frontend/src/components/pages/main/ChannelView.svelte +++ b/frontend/src/components/pages/main/ChannelView.svelte @@ -1,8 +1,46 @@