Skip to content

Commit 97a724b

Browse files
committed
Expect m.room.guest_access in PartialStateJoinTest response events.
Signed-off-by: Jason Volk <jason@zemos.net>
1 parent 937a256 commit 97a724b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/federation_room_join_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ func TestSendJoinPartialStateResponse(t *testing.T) {
553553
"m.room.power_levels|",
554554
"m.room.join_rules|",
555555
"m.room.history_visibility|",
556+
"m.room.guest_access|",
556557
// Expect Alice and Bob's membership here because they're room heroes
557558
"m.room.member|" + alice.UserID,
558559
"m.room.member|" + bob.UserID,

0 commit comments

Comments
 (0)