mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Give server default rules the 'default' attribute and fix various brokenness.
This commit is contained in:
parent
2df41aa138
commit
aaf50bf6f3
3 changed files with 9 additions and 3 deletions
|
@ -36,6 +36,7 @@ def make_base_rules(user, kind):
|
|||
|
||||
for r in rules:
|
||||
r['priority_class'] = PRIORITY_CLASS_MAP[kind]
|
||||
r['default'] = True
|
||||
|
||||
return rules
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue