_id field must uniquely identify different conditions

This commit is contained in:
Erik Johnston 2016-09-19 10:34:01 +01:00
parent 3f6ec271ba
commit 49cf205dc7

View File

@ -305,7 +305,7 @@ BASE_APPEND_UNDERRIDE_RULES = [
'kind': 'event_match',
'key': 'type',
'pattern': 'm.room.encrypted',
'_id': '_message',
'_id': '_encrypted',
}
],
'actions': [
@ -345,7 +345,7 @@ BASE_APPEND_UNDERRIDE_RULES = [
'kind': 'event_match',
'key': 'type',
'pattern': 'm.room.encrypted',
'_id': '_message',
'_id': '_encrypted',
}
],
'actions': [