-
https://github.com/matrix-org/synapse/blob/d3d9ca156e323fe194b1bcb1af1628f65a2f3c1c/synapse/rest/client/keys.py#L160-L182
Spec: https://spec.matrix.org/v1.4/client-server-api/#post_matrixclientv3ke…
-
Today the /messages endpoint documentation does not say anything about the
ordering of the events. /sync hints at one possible ordering method:
> Events are ordered in this API according to the ar…
-
Installed packege from AUR, got endless loading screen and error messages in result:
![image](https://user-images.githubusercontent.com/35602029/117862707-a1410500-b29b-11eb-9500-2374a279ab15.png)
…
-
https://github.com/matrix-org/matrix-js-sdk/blob/3c28cfc96ac6535b357b5e1d3b3180a0f00f87bb/src/client.ts#L3646
```
public async scheduleAllGroupSessionsForBackup(): Promise {
if (!this…
-
Clients should not assume what registration process servers use and should use the [user-interactive API](https://matrix.org/docs/spec/client_server/r0.4.0.html#user-interactive-api-in-the-rest-api) t…
druig updated
6 years ago
-
While testing with a real device, we found that the UDPST server is not backward compatible with the UDPST client version, and vice versa. To elaborate, the device running UDPST client version 7.4.0 w…
-
I've configured your server client with:
```env
MATRIX_SERVER=priv_server.com
MATRIX_USERNAME=@public_chat:priv_server.com
MATRIX_PASSWORD=Pa$$word_with_special_characters
```
But running the …
-
### Describe the problem
Since roughly 2020, MSC2705 has existed and proposed a way to have animated media thumbnails (for e.g GIFs). These are quite useful as most clients will not display fullsize …
-
### Description
When a user is invited to a room, a Push is received with the `eventId` and the `roomId` of the invitation (it's a `m.room.member` event)
If the application tries to request the …
-
Many people want contact lists so they can easily find people they care about more, such as friends, family, or coworkers. Contacts are not part of the spec (yet: https://github.com/matrix-org/matrix-…