feat: add realtime with socket.io
This commit is contained in:
@ -47,7 +47,7 @@ const ChannelPage: NextPage<ChannelPageProps> = (props) => {
|
||||
title={`# ${selectedChannel.name}`}
|
||||
>
|
||||
<Messages />
|
||||
<SendMessage />
|
||||
<SendMessage path={path} />
|
||||
</Application>
|
||||
</MessagesProvider>
|
||||
</ChannelsProvider>
|
||||
|
Reference in New Issue
Block a user