If starting a command, make sure we are showing commands here

Stephen Paul Weber created

Change summary

src/main/java/eu/siacs/conversations/entities/Conversation.java | 1 +
1 file changed, 1 insertion(+)

Detailed changes

src/main/java/eu/siacs/conversations/entities/Conversation.java 🔗

@@ -1260,6 +1260,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
         }
 
         public void startCommand(Element command, XmppConnectionService xmppConnectionService) {
+            show();
             CommandSession session = new CommandSession(command.getAttribute("name"), xmppConnectionService);
 
             final IqPacket packet = new IqPacket(IqPacket.TYPE.SET);