forked from mirror/monocles_chat
MUC: do not add yourself to the muc user list.
This commit is contained in:
parent
49403fda84
commit
bdfdc5fb10
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ public class MucOptions {
|
|||
this.onJoinListener.onSuccess();
|
||||
this.onJoinListener = null;
|
||||
}
|
||||
} else if (packet.getFrom().equals(this.conversation.getContactJid())) {
|
||||
self = user;
|
||||
} else {
|
||||
addUser(user);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue