Add room_list_publication_rules to allow room publishing
- Allow all users to publish public rooms in room list - Fixes 403 'Not allowed to publish room' error - Applies to rooms with join_rule: public Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c98997f75e
commit
78454ba2ef
@ -53,3 +53,11 @@ data:
|
|||||||
auto_join_rooms:
|
auto_join_rooms:
|
||||||
- "!NkFTshKWJMgdTqTbTh:axion1337.chat"
|
- "!NkFTshKWJMgdTqTbTh:axion1337.chat"
|
||||||
auto_join_rooms_for_guests: false
|
auto_join_rooms_for_guests: false
|
||||||
|
room_list_publication_rules:
|
||||||
|
config: |
|
||||||
|
room_list_publication_rules:
|
||||||
|
- user_id: "*"
|
||||||
|
alias: "*"
|
||||||
|
join_rule: public
|
||||||
|
room_type: null
|
||||||
|
action: allow
|
||||||
Loading…
x
Reference in New Issue
Block a user