We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
guest_can_join
1 parent 4c638f0 commit 1e135d1Copy full SHA for 1e135d1
mautrix/types/misc.py
@@ -87,7 +87,7 @@ class PublicRoomInfo(SerializableAttrs):
87
num_joined_members: int
88
89
world_readable: bool
90
- guests_can_join: bool
+ guest_can_join: bool
91
92
name: str = None
93
topic: str = None
0 commit comments