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
moved from #487 (closed)
changed milestone to %Backlog
added 1 deleted label
closed
moved to jami-client-qt#1105 (closed)