mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Allow cheogram signup to work
Instead of hardcoding to ignore it when a user has selected to start
This commit is contained in:
parent
29082ff7d4
commit
04cefc1d5a
1 changed files with 1 additions and 5 deletions
|
@ -1885,11 +1885,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
|
|||
}
|
||||
};
|
||||
|
||||
if (command.getAttribute("node").equals("jabber:iq:register") && packet.getTo().asBareJid().equals(Jid.of("cheogram.com"))) {
|
||||
return;
|
||||
} else {
|
||||
task.run();
|
||||
}
|
||||
task.run();
|
||||
|
||||
sessions.add(session);
|
||||
notifyDataSetChanged();
|
||||
|
|
Loading…
Reference in a new issue