feat: add realtime with socket.io

This commit is contained in:
Divlo
2022-01-13 18:21:45 +01:00
parent 5c03a9b944
commit 9229131c1a
14 changed files with 1707 additions and 1528 deletions

View File

@ -47,7 +47,7 @@ const ChannelPage: NextPage<ChannelPageProps> = (props) => {
title={`# ${selectedChannel.name}`}
>
<Messages />
<SendMessage />
<SendMessage path={path} />
</Application>
</MessagesProvider>
</ChannelsProvider>