Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4d9edda

Browse files
author
Kerry Archibald
committed
update comment
Signed-off-by: Kerry Archibald <[email protected]>
1 parent b7baf94 commit 4d9edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/MessagePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ abstract class BaseGrouper {
10801080

10811081
// Wrap initial room creation events into a GenericEventListSummary
10821082
// Grouping only events sent by the same user that sent the `m.room.create` and only until
1083-
// the first non-state event or membership event which is not regarding the sender of the `m.room.create` event
1083+
// the first non-state event, beacon_info event or membership event which is not regarding the sender of the `m.room.create` event
10841084
class CreationGrouper extends BaseGrouper {
10851085
static canStartGroup = function(panel: MessagePanel, ev: MatrixEvent): boolean {
10861086
return ev.getType() === EventType.RoomCreate;

0 commit comments

Comments
 (0)