Skip to content
Snippets Groups Projects
  • Sheogorath's avatar
    9f728f16
    feat(matrix): Disable presence on synapse instance · 9f728f16
    Sheogorath authored
    This patch disables the presence on synapse. This is done to reduce the
    amount of DNS requests when clients are active.as it'll send out
    presence updates to all homeserver known to that client on a regular
    basis. This patch therefore improves the DNS request amount, by
    disabling presence and therefore preventing these events from being sent
    out.
    Verified
    9f728f16
    History
    feat(matrix): Disable presence on synapse instance
    Sheogorath authored
    This patch disables the presence on synapse. This is done to reduce the
    amount of DNS requests when clients are active.as it'll send out
    presence updates to all homeserver known to that client on a regular
    basis. This patch therefore improves the DNS request amount, by
    disabling presence and therefore preventing these events from being sent
    out.