This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Labels
Labels
138 labels
- 3rd party identifiers: e.g. email, phone number
- "Deleting"/"Removing" a user, GDPR erasure (erased)
- Related to AS support
- Running on an ARM64 CPU, including Apple's M1 and M2
- Filling in database columns, making the database eventually up-to-date
- Issues related to CI on the Synapse repository
- Configuration, or the documentation thereof
- /context client API endpoint
- Things that have led to unexpected state in Synapse or the database
- Directed acyclic graph of events (events connected by prev_events)
- DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
- Telling clients about other devices. Often related to E2EE.
- things which fill up the disk
- Issues around DM rooms
- Docker images, or making it easier to run Synapse in a container.
- things relating to the documentation
- End-to-end encryption for Matrix clients
- Email notifications
- Fetch a single event, /_matrix/client/r0/rooms/{roomId}/event/{eventId} (`RoomEventServlet`)
- joins over federation generally suck
- Improves Synapse for international users. May include improvements for Unicode or non-English langs.
- Inviting users to rooms and accepting invites
- Joining a room (there is another label for federated joins)
- Issues relating to `lazy_load_members` in `/sync`
- Leaving a room