1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Merge pull request #624 from guusdk/SMACK-949_MUC-join-state-after-destroy

[muc] State of MUC should reflect room destruction
This commit is contained in:
Florian Schmaus 2024-09-12 11:41:59 +00:00 committed by GitHub
commit 63e25bc8cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 56 additions and 3 deletions

View file

@ -292,6 +292,7 @@ public class MultiUserChat {
for (UserStatusListener listener : userStatusListeners) {
listener.roomDestroyed(alternateMuc, destroy.getPassword(), destroy.getReason());
}
userHasLeft();
}
if (isUserStatusModification) {