Skip to content

Commit 1e135d1

Browse files
authored
Fix guest_can_join field name in room directory response (#163)
1 parent 4c638f0 commit 1e135d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/types/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class PublicRoomInfo(SerializableAttrs):
8787
num_joined_members: int
8888

8989
world_readable: bool
90-
guests_can_join: bool
90+
guest_can_join: bool
9191

9292
name: str = None
9393
topic: str = None

0 commit comments

Comments
 (0)