mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Rename 'events' to 'timeline' in the sync filter
This commit is contained in:
parent
a0068e1ada
commit
de07586ab7
|
|
@ -9,7 +9,7 @@
|
|||
"The state events to include for rooms.",
|
||||
"allOf": [{"$ref": "definitions/event_filter.json"}]
|
||||
},
|
||||
"events": {
|
||||
"timeline": {
|
||||
"description":
|
||||
"The message and state update events to include for rooms.",
|
||||
"allOf": [{"$ref": "definitions/event_filter.json"}]
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ paths:
|
|||
"types": ["m.room.*"],
|
||||
"not_rooms": ["!726s6s6q:example.com"]
|
||||
},
|
||||
"events": {
|
||||
"timeline": {
|
||||
"types": ["m.room.message"],
|
||||
"not_rooms": ["!726s6s6q:example.com"],
|
||||
"not_senders": ["@spam:example.com"]
|
||||
|
|
@ -118,7 +118,7 @@ paths:
|
|||
"types": ["m.room.*"],
|
||||
"not_rooms": ["!726s6s6q:example.com"]
|
||||
},
|
||||
"events": {
|
||||
"timeline": {
|
||||
"types": ["m.room.message"],
|
||||
"not_rooms": ["!726s6s6q:example.com"],
|
||||
"not_senders": ["@spam:example.com"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue