Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix stuck invites #691
Conversation
erikjohnston
assigned
NegativeMjark
Apr 5, 2016
|
LGTM |
erikjohnston
merged commit b29f983
into
develop
Apr 5, 2016
8 checks passed
Flake8 + Packaging (Commit)
Build #288 origin/erikj/member succeeded in 30 sec
Details
Flake8 + Packaging (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #289 origin/erikj/member succeeded in 4 min 50 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #291 origin/erikj/member succeeded in 3 min 30 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
Unit Tests (Commit)
Build #333 origin/erikj/member succeeded in 1 min 14 sec
Details
Unit Tests (Merged PR)
Build finished.
Details
This was referenced Apr 6, 2016
|
For the record, this landed in synapse 0.15.0-rc1 (2016-04-26), but 0.15.0 wasn't released, so this finally got released in 0.16.0 (2016-06-09). |
grawity
commented
Apr 20, 2017
|
Will it be deployed to matrix.org any time soon, though? Can't wait to get rid of those invites. |
|
it was deployed to matrix.org over a year ago. If you have stuck invites, it's something else. Please open a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedApr 5, 2016
If rejecting a remote invite fails with an error response don't fail the entire request; instead mark the invite as locally rejected.
This fixes the bug where users can get stuck invites which they can neither accept nor reject.