We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ec68d commit f74171bCopy full SHA for f74171b
src/components/Channel/Channel.tsx
@@ -309,7 +309,6 @@ const ChannelInner = (
309
const thread = useThreadContext();
310
311
const [channelConfig, setChannelConfig] = useState(channel.getConfig());
312
- // FIXME: Create a proper notification service in the LLC.
313
const [notifications, setNotifications] = useState<ChannelNotifications>([]);
314
const notificationTimeouts = useRef<Array<NodeJS.Timeout>>([]);
315
@@ -1007,7 +1006,6 @@ const ChannelInner = (
1007
1006
}
1008
};
1009
1010
- // BREAKING: sendMessage now requires a params object instead of message
1011
const sendMessage = async ({
1012
localMessage,
1013
message,
0 commit comments