This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the reliability of auto-joining remote rooms (#10237)
If a room is remote and we don't have a user in it, always try to join it. It might fail if the room is invite-only, but we don't have a user to invite with, so at this point it's the best we can do. Fixes #10233 (at least to some extent)
- v1.98.0
- v1.98.0rc1
- v1.97.0
- v1.97.0rc1
- v1.96.1
- v1.96.0
- v1.96.0rc1
- v1.95.1
- v1.95.0
- v1.95.0rc1
- v1.94.0
- v1.94.0rc1
- v1.93.0
- v1.93.0rc1
- v1.92.3
- v1.92.2
- v1.92.1
- v1.92.0
- v1.92.0rc1
- v1.91.2
- v1.91.1
- v1.91.0
- v1.91.0rc1
- v1.90.0
- v1.90.0rc1
- v1.89.0
- v1.89.0rc1
- v1.88.0
- v1.88.0rc1
- v1.87.0
- v1.87.0rc1
- v1.86.0
- v1.86.0rc2
- v1.86.0rc1
- v1.85.2
- v1.85.1
- v1.85.0
- v1.85.0rc2
- v1.85.0rc1
- v1.84.1
- v1.84.0
- v1.84.0rc1
- v1.83.0
- v1.83.0rc1
- v1.82.0
- v1.82.0rc1
- v1.81.0
- v1.81.0rc2
- v1.81.0rc1
- v1.80.0
- v1.80.0rc2
- v1.80.0rc1
- v1.79.0
- v1.79.0rc2
- v1.79.0rc1
- v1.78.0
- v1.78.0rc1
- v1.77.0
- v1.77.0rc2
- v1.77.0rc1
- v1.76.0
- v1.76.0rc2
- v1.76.0rc1
- v1.75.0
- v1.75.0rc2
- v1.75.0rc1
- v1.74.0
- v1.74.0rc1
- v1.73.0
- v1.73.0rc2
- v1.73.0rc1
- v1.72.0
- v1.72.0rc1
- v1.71.0
- v1.71.0rc2
- v1.71.0rc1
- v1.70.1
- v1.70.0
- v1.70.0rc2
- v1.70.0rc1
- v1.69.0
- v1.69.0rc4
- v1.69.0rc3
- v1.69.0rc2
- v1.69.0rc1
- v1.68.0
- v1.68.0rc2
- v1.68.0rc1
- v1.67.0
- v1.67.0rc1
- v1.66.0
- v1.66.0rc2
- v1.66.0rc1
- v1.65.0
- v1.65.0rc2
- v1.65.0rc1
- v1.65.0.post1.dev1
- v1.64.0
- v1.64.0rc2
- v1.64.0rc1
- v1.63.1
- v1.63.0
- v1.63.0rc1
- v1.62.0
- v1.62.0rc3
- v1.62.0rc2
- v1.62.0rc1
- v1.61.1
- v1.61.0
- v1.61.0rc1
- v1.60.0
- v1.60.0rc2
- v1.60.0rc1
- v1.59.1
- v1.59.0
- v1.59.0rc2
- v1.59.0rc1
- v1.58.1
- v1.58.0
- v1.58.0rc2
- v1.58.0rc1
- v1.57.1
- v1.57.0
- v1.57.0rc1
- v1.56.0
- v1.56.0rc1
- v1.55.2
- v1.55.1
- v1.55.0
- v1.55.0rc1
- v1.54.0
- v1.54.0rc1
- v1.53.0
- v1.53.0rc1
- v1.52.0
- v1.52.0rc1
- v1.51.0
- v1.51.0rc2
- v1.51.0rc1
- v1.50.2
- v1.50.1
- v1.50.0
- v1.50.0rc2
- v1.50.0rc1
- v1.49.2
- v1.49.1
- v1.49.0
- v1.49.0rc1
- v1.48.0
- v1.48.0rc1
- v1.47.1
- v1.47.0
- v1.47.0rc3
- v1.47.0rc2
- v1.47.0rc1
- v1.46.0
- v1.46.0rc1
- v1.46-modular1
- v1.45.1
- v1.45.0
- v1.45.0rc2
- v1.45.0rc1
- v1.44.0
- v1.44.0rc3
- v1.44.0rc2
- v1.44.0rc1
- v1.43.0
- v1.43.0rc2
- v1.43.0rc1
- v1.42.0
- v1.42.0rc2
- v1.42.0rc1
- v1.41.1
- v1.41.0
- v1.41.0rc1
- v1.40.0
- v1.40.0rc3
- v1.40.0rc2
- v1.40.0rc1
- v1.39.0
- v1.39.0rc3
- v1.39.0rc2
- v1.39.0rc1
- v1.38.1
- v1.38.0
- v1.38.0rc3
- v1.38.0rc2
- v1.38.0rc1
1 parent
8beead6
commit e19e3d4
Showing
3 changed files
with
96 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improve the reliability of auto-joining remote rooms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters