Skip to content
Snippets Groups Projects
Commit 49cf205d authored by Erik Johnston's avatar Erik Johnston
Browse files

_id field must uniquely identify different conditions

parent 3f6ec271
No related branches found
No related tags found
No related merge requests found
......@@ -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': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment