mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-29 15:39:00 +03:00
_id field must uniquely identify different conditions
This commit is contained in:
parent
3f6ec271ba
commit
49cf205dc7
1 changed files with 2 additions and 2 deletions
|
@ -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': [
|
||||
|
|
Loading…
Reference in a new issue