diff options
| author | Eric Eastwood <erice@element.io> | 2021-12-02 01:02:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 01:02:20 -0600 |
| commit | a6f1a3abecf8e8fd3e1bff439a06b853df18f194 (patch) | |
| tree | e754454d9ebd223535f8cd5c7003744a5ae907de /scripts-dev | |
| parent | Port wiki pages to documentation website (#11402) (diff) | |
| download | synapse-a6f1a3abecf8e8fd3e1bff439a06b853df18f194.tar.xz | |
Add MSC3030 experimental client and federation API endpoints to get the closest event to a given timestamp (#9445)
MSC3030: https://github.com/matrix-org/matrix-doc/pull/3030
Client API endpoint. This will also go and fetch from the federation API endpoint if unable to find an event locally or we found an extremity with possibly a closer event we don't know about.
```
GET /_matrix/client/unstable/org.matrix.msc3030/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>
{
"event_id": ...
"origin_server_ts": ...
}
```
Federation API endpoint:
```
GET /_matrix/federation/unstable/org.matrix.msc3030/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>
{
"event_id": ...
"origin_server_ts": ...
}
```
Co-authored-by: Erik Johnston <erik@matrix.org>Diffstat (limited to 'scripts-dev')
0 files changed, 0 insertions, 0 deletions
