Skip to content

Commit f74171b

Browse files
committed
refactor: remove unnecessary comments
1 parent 80ec68d commit f74171b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Channel/Channel.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ const ChannelInner = (
309309
const thread = useThreadContext();
310310

311311
const [channelConfig, setChannelConfig] = useState(channel.getConfig());
312-
// FIXME: Create a proper notification service in the LLC.
313312
const [notifications, setNotifications] = useState<ChannelNotifications>([]);
314313
const notificationTimeouts = useRef<Array<NodeJS.Timeout>>([]);
315314

@@ -1007,7 +1006,6 @@ const ChannelInner = (
10071006
}
10081007
};
10091008

1010-
// BREAKING: sendMessage now requires a params object instead of message
10111009
const sendMessage = async ({
10121010
localMessage,
10131011
message,

0 commit comments

Comments
 (0)