-
Notifications
You must be signed in to change notification settings - Fork 509
Don't search in lobbied conversations #8057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't search in lobbied conversations #8057
Conversation
|
/backport 0710aa0 to stable25 |
|
/backport 0710aa0 to stable24 |
|
/backport 0710aa0 to stable23 |
| } | ||
|
|
||
| if ($room->getLobbyState() !== Webinary::LOBBY_NONE) { | ||
| $participant = $room->getParticipant($user->getUID(), false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the order of different to the if clause above and split into two parts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because in the Current it's a one-time thing, so it does not matter as much, while here we would potentially set up your user in hundreds of conversations even if they don't have a lobby in the end.
vitormattos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that is important to create an issue to implement integration tests covering this scenario
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
1493217 to
87f8ec1
Compare
Signed-off-by: Joas Schilling <[email protected]>
|
/backport to stable25 |
|
The backport to stable25 failed. Please do this backport manually. |
|
/backport to stable25 |
|
The backport to stable25 failed. Please do this backport manually. |
|
/backport 0710aa0 to stable25 |
|
/backport 0710aa0 to stable24 |
|
The backport to stable25 failed. Please do this backport manually. |
|
/backport 0710aa0 to stable23 |
Fix #8054
cc @jld3103