diff --git a/src/components/views/rooms/SendMessageComposer.tsx b/src/components/views/rooms/SendMessageComposer.tsx index c96a6f5af8..0bf4b4fe80 100644 --- a/src/components/views/rooms/SendMessageComposer.tsx +++ b/src/components/views/rooms/SendMessageComposer.tsx @@ -96,8 +96,7 @@ export function attachMentions( const userMentions = new Set(); let roomMention = false; - // If there's a reply, initialize the mentioned users as the sender of that - // event + any mentioned users in that event. + // If there's a reply, initialize the mentioned users as the sender of that event. if (replyToEvent) { userMentions.add(replyToEvent.sender!.userId); }