_id field must uniquely identify different conditions
This commit is contained in:
parent
3f6ec271ba
commit
49cf205dc7
|
@ -305,7 +305,7 @@ BASE_APPEND_UNDERRIDE_RULES = [
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
'key': 'type',
|
'key': 'type',
|
||||||
'pattern': 'm.room.encrypted',
|
'pattern': 'm.room.encrypted',
|
||||||
'_id': '_message',
|
'_id': '_encrypted',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'actions': [
|
'actions': [
|
||||||
|
@ -345,7 +345,7 @@ BASE_APPEND_UNDERRIDE_RULES = [
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
'key': 'type',
|
'key': 'type',
|
||||||
'pattern': 'm.room.encrypted',
|
'pattern': 'm.room.encrypted',
|
||||||
'_id': '_message',
|
'_id': '_encrypted',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'actions': [
|
'actions': [
|
||||||
|
|
Loading…
Reference in New Issue