Comment out the timestamp massaging section for now
Pending discussion on https://github.com/matrix-org/matrix-doc/issues/1585
This commit is contained in:
parent
132c5b0f48
commit
85b9769cd9
1 changed files with 16 additions and 15 deletions
|
@ -289,8 +289,9 @@ An example request would be::
|
||||||
GET /_matrix/client/%CLIENT_MAJOR_VERSION%/account/whoami?user_id=@_irc_user:example.org
|
GET /_matrix/client/%CLIENT_MAJOR_VERSION%/account/whoami?user_id=@_irc_user:example.org
|
||||||
Authorization: Bearer YourApplicationServiceTokenHere
|
Authorization: Bearer YourApplicationServiceTokenHere
|
||||||
|
|
||||||
|
.. TODO-TravisR: Temporarily take out timestamp massaging while we're releasing r0.
|
||||||
Timestamp massaging
|
See https://github.com/matrix-org/matrix-doc/issues/1585
|
||||||
|
.. Timestamp massaging
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
The application service may want to inject events at a certain time (reflecting
|
The application service may want to inject events at a certain time (reflecting
|
||||||
the time on the network they are tracking e.g. irc, xmpp). Application services
|
the time on the network they are tracking e.g. irc, xmpp). Application services
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue