mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 23:24:14 +02:00
Compare commits
3 commits
cfe1b062d1
...
4070f4eeb6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4070f4eeb6 | ||
|
|
ca801d1751 | ||
|
|
0b5db68242 |
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -84,7 +84,7 @@ For the `users` namespace, application services can only register interest in
|
||||||
homeserver). Events affecting users on other homeservers are not sent to an application
|
homeserver). Events affecting users on other homeservers are not sent to an application
|
||||||
service, even if the user happens to match the one of the `users` namespaces (unless,
|
service, even if the user happens to match the one of the `users` namespaces (unless,
|
||||||
of course, the event affects a room that the application service is interested in
|
of course, the event affects a room that the application service is interested in
|
||||||
for another room - for example, because there is another user in the room that the
|
for another reason - for example, because there is another user in the room that the
|
||||||
application service is interested in).
|
application service is interested in).
|
||||||
|
|
||||||
For the `rooms` and `aliases` namespaces, all events in a matching room will be
|
For the `rooms` and `aliases` namespaces, all events in a matching room will be
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ paths:
|
||||||
`M_FORBIDDEN`
|
`M_FORBIDDEN`
|
||||||
- omit certain key/value pairs in the response
|
- omit certain key/value pairs in the response
|
||||||
|
|
||||||
Requseting servers MAY wish to cache the response to this query to avoid requesting the
|
Requesting servers MAY wish to cache the response to this query to avoid requesting the
|
||||||
information too often.
|
information too often.
|
||||||
operationId: queryProfile
|
operationId: queryProfile
|
||||||
security:
|
security:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue