Skip to content

Commit

Permalink
Fix guest_can_join field name in room directory response (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfame authored Nov 8, 2023
1 parent 4c638f0 commit 1e135d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix/types/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PublicRoomInfo(SerializableAttrs):
num_joined_members: int

world_readable: bool
guests_can_join: bool
guest_can_join: bool

name: str = None
topic: str = None
Expand Down

0 comments on commit 1e135d1

Please sign in to comment.