mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 13:36:02 -04:00
s/underride/override/ in the rule_id too
This commit is contained in:
parent
1c7c317df1
commit
1594eba29e
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ BASE_APPEND_OVERRIDE_RULES = [
|
||||||
# way a room rule is lower priority than both but a custom override rule
|
# way a room rule is lower priority than both but a custom override rule
|
||||||
# is higher priority than both.
|
# is higher priority than both.
|
||||||
{
|
{
|
||||||
'rule_id': 'global/underride/.m.rule.contains_display_name',
|
'rule_id': 'global/override/.m.rule.contains_display_name',
|
||||||
'conditions': [
|
'conditions': [
|
||||||
{
|
{
|
||||||
'kind': 'contains_display_name'
|
'kind': 'contains_display_name'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue