0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-21 10:38:47 +02:00

Rename the room-with-two-people rule to be more compatible if we have actual one to one rooms.

This commit is contained in:
David Baker 2015-03-02 13:28:24 +00:00
parent 2a6dedd7cc
commit 769f8b58e8

View file

@ -84,7 +84,7 @@ def make_base_override_rules():
]
},
{
'rule_id': 'global/override/.m.rule.room_two_members',
'rule_id': 'global/override/.m.rule.room_one_to_one',
'conditions': [
{
'kind': 'room_member_count',