Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeline: use the previous content's membership info when it's missing from the current membership event #3648

Merged

Commits on Jul 4, 2024

  1. timeline: use the previous content's membership info when it's missin…

    …g from the current membership event
    
    Synapse returns a bare `{ "membership": "leave" }` as the content of a
    room membership event (for leave membership changes and likely others).
    In this case, it'd still be nice to have some kind of display
    name/avatar URL to show in UIs; it's possible to reuse information from
    the previous member event, if available.
    bnjbvr committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    61be6e8 View commit details
    Browse the repository at this point in the history