Skip to content

Labels

Labels

  • A-3PID

    3rd party identifiers: e.g. email, phone number
  • A-Account-Deactivation

    "Deleting"/"Removing" a user, GDPR erasure (erased)
  • A-Admin-API

  • A-Application-Service

    Related to AS support
  • A-Arm64

    Running on an ARM64 CPU, including Apple's M1 and M2
  • A-Background-Updates

    Filling in database columns, making the database eventually up-to-date
  • A-CI

    Issues related to CI on the Synapse repository
  • A-Config

    Configuration, or the documentation thereof
  • A-Context-Endpoint

    /context client API endpoint
  • A-Corruption

    Things that have led to unexpected state in Synapse or the database
  • A-Create-Room

  • A-DAG

    Directed acyclic graph of events (events connected by prev_events)
  • A-Database

    DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
  • A-Device-List-Tracking

    Telling clients about other devices. Often related to E2EE.
  • A-Disk-Space

    things which fill up the disk
  • A-DMs

    Issues around DM rooms
  • A-Docker

    Docker images, or making it easier to run Synapse in a container.
  • A-Docs

    things relating to the documentation
  • A-E2EE

    End-to-end encryption for Matrix clients
  • A-Email-Push

    Email notifications
  • A-Event-Endpoint

    Fetch a single event, /_matrix/client/r0/rooms/{roomId}/event/{eventId} (`RoomEventServlet`)
  • A-Federated-Join

    joins over federation generally suck
  • A-Federation

  • A-Guests

  • A-I18n

  • A-Internationalisation

    Improves Synapse for international users. May include improvements for Unicode or non-English langs.
  • A-Invite

    Inviting users to rooms and accepting invites
  • A-Join

    Joining a room (there is another label for federated joins)
  • A-Lazy-Loading

    Issues relating to `lazy_load_members` in `/sync`
  • A-Leave

    Leaving a room