Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

fix push notifications for invites from remote servers #11410

Closed
wants to merge 3 commits into from

Commits on Nov 30, 2021

  1. add push notifications invites over federation

    Those weren't triggering normal pushes as they are stored as outliers in
    the db (= we have no local context for the event). Instead we bypass all
    logic around storing push actions and then reading them back from the db
    and instead just directly construct a push action and send it to the
    pushers.
    
    This only does http pushes for now.
    Bubu committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ff8cacd View commit details
    Browse the repository at this point in the history
  2. changelog

    Bubu committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    df7880a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Update synapse/handlers/federation_event.py

    Co-authored-by: reivilibre <olivier@librepush.net>
    Bubu and reivilibre authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    004a5c7 View commit details
    Browse the repository at this point in the history