addSwarmConversation incorrect mode
conversation::to_mode(details["mode"].toInt());
does an assumption from the daemon which is not true.
A mode is unknown when syncing, it will be ok after conversationReady
conversation::to_mode(details["mode"].toInt());
does an assumption from the daemon which is not true.
A mode is unknown when syncing, it will be ok after conversationReady
changed milestone to %Backlog
closed