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

Ignore failing group users response #2295

Closed
wants to merge 1 commit into from

Commits on Nov 23, 2018

  1. Ignore failing group users response

    Synapse is currently known (matrix-org/synapse#2633) to return 500 errors for
    requests to `/groups/$groupId/users` when a user has multiple invites to the
    group.
    
    If you are affected by this issue, Riot will display a community invite when you
    select it for a few seconds until it receives this 500 error, but then it will
    replace the invite view with a "Failed to load <group>" message.
    
    By ignoring this error response in Riot for now, it is possible to view and
    accept the invite.
    
    Fixes element-hq/element-web#7727.
    
    Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
    jryans committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    8f7d589 View commit details
    Browse the repository at this point in the history