mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-06 03:08:03 -05:00
MUC: do not add yourself to the muc user list.
This commit is contained in:
parent
49403fda84
commit
bdfdc5fb10
@ -190,6 +190,8 @@ public class MucOptions {
|
|||||||
this.onJoinListener.onSuccess();
|
this.onJoinListener.onSuccess();
|
||||||
this.onJoinListener = null;
|
this.onJoinListener = null;
|
||||||
}
|
}
|
||||||
|
} else if (packet.getFrom().equals(this.conversation.getContactJid())) {
|
||||||
|
self = user;
|
||||||
} else {
|
} else {
|
||||||
addUser(user);
|
addUser(user);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user