Change id
in the push gateway poke to be event_id
and spec that it's the Matrix event ID of the message. Correct the spec for badge count pushes which omit fields previously described as mandatory. Add more detail about when to use event_id to suppress dupes. Also add the push gateway doc so it's actually included in the spec.
This commit is contained in:
parent
12943134bd
commit
71cb646541
5 changed files with 36 additions and 11 deletions
|
@ -21,6 +21,7 @@ HTTP_APIS = {
|
|||
"../api/application-service": "as",
|
||||
"../api/client-server": "cs",
|
||||
"../api/identity": "is",
|
||||
"../api/push-gateway": "push",
|
||||
}
|
||||
EVENT_EXAMPLES = "../event-schemas/examples"
|
||||
EVENT_SCHEMA = "../event-schemas/schema"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue