Skip to content

Commit

Permalink
Relax m.push_rules "room.default" event validation
Browse files Browse the repository at this point in the history
Default "room.default=False" due to matrix-org/synapse#13837
Fixes matrix-nio#348
  • Loading branch information
wavexx committed Sep 20, 2022
1 parent 9acf5ed commit 70da27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nio/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ class Schemas:
"type": "object",
"properties": {
"rule_id": {"type": "string"},
"default": {"type": "boolean"},
"default": {"type": "boolean", "default": False},
"enabled": {"type": "boolean"},
"pattern": {"type": "string"},
"conditions": {
Expand Down

0 comments on commit 70da27a

Please sign in to comment.