SPARK-2355: unbanUser(): JidCreate.bareFrom()

This commit is contained in:
Sergey Ponomarev
2025-10-14 19:16:20 +03:00
committed by Guus der Kinderen
parent d9d8694ba2
commit 010a33ac67

View File

@ -457,7 +457,7 @@ public class GroupChatParticipantList extends JPanel {
protected void unbanUser(String jidString) {
try {
Jid jid = JidCreate.from(jidString);
BareJid jid = JidCreate.bareFrom(jidString);
chat.grantMembership(jid);
} catch (XMPPException | SmackException | XmppStringprepException | InterruptedException e) {
groupChatRoom.getTranscriptWindow().