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 rejection of invites not reaching sync #2056
Conversation
dbkr
assigned
erikjohnston
Mar 23, 2017
|
lgtm |
dbkr
merged commit f902e89
into
develop
Mar 24, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #1793 origin/dbkr/fix_invite_reject failed in 11 min
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2614 origin/dbkr/fix_invite_reject succeeded in 6 min 37 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2687 origin/dbkr/fix_invite_reject succeeded in 7 min 1 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
referenced this pull request
in vector-im/riot-web
Apr 6, 2017
Closed
rejecting invites from appservice rooms isn't reflected in /sync responses #3462
richvdh
added
the
stuck-invite
label
May 3, 2017
dbkr
deleted the
dbkr/fix_invite_reject
branch
Oct 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbkr commentedMar 23, 2017
•
edited
Always allow the user to see their own leave events, otherwise
they won't see the event if they reject an invite for a room whose
history visibility is set such that they cannot see events before
joining.
Fixes vector-im/riot-web#3462