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

Fix remote invite rejections not coming down sync#4527

Merged
erikjohnston merged 2 commits into
developfrom
erikj/fix_sending_remote_invite_rejections
Jan 30, 2019
Merged

Fix remote invite rejections not coming down sync#4527
erikjohnston merged 2 commits into
developfrom
erikj/fix_sending_remote_invite_rejections

Conversation

@erikjohnston
Copy link
Copy Markdown
Member

This was broken in PR #4405, commit 886e5ac, where we changed remote
rejections to be outliers.

The fix is to explicitly add the leave event in when we know its an out
of band invite. We can't always add the event as if the server is/was in
the room there might be more events to send down the sync than just the
leave.

This was broken in PR #4405, commit 886e5ac, where we changed remote
rejections to be outliers.

The fix is to explicitly add the leave event in when we know its an out
of band invite. We can't always add the event as if the server is/was in
the room there might be more events to send down the sync than just the
leave.
@erikjohnston erikjohnston requested a review from a team January 30, 2019 15:49
@hawkowl hawkowl changed the title Fix remote invite rejections not comming down sync Fix remote invite rejections not coming down sync Jan 30, 2019
Copy link
Copy Markdown
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ltgm I guess 🤷‍♂️

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #4527 into develop will decrease coverage by 0.01%.
The diff coverage is 33.33%.

@@             Coverage Diff             @@
##           develop    #4527      +/-   ##
===========================================
- Coverage    74.74%   74.73%   -0.02%     
===========================================
  Files          338      338              
  Lines        34481    34484       +3     
  Branches      5616     5617       +1     
===========================================
- Hits         25772    25770       -2     
- Misses        7122     7123       +1     
- Partials      1587     1591       +4

@erikjohnston erikjohnston merged commit d534a27 into develop Jan 30, 2019
@erikjohnston erikjohnston deleted the erikj/fix_sending_remote_invite_rejections branch March 5, 2019 13:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants