Closed
Issue #1
· created by
·
Crash on loading conversation history when message contains game (pokopoko) message
temporary fix by try catching history (line 580)
if (recent_msgs.size()) { try { purple_conversation_write( ... } catch (...) {} } else { if (requested) {
-
Crash also occurs when conversation history contains free voice call
-
mentioned in commit 476ad038987b41e27920578741eef2098ac7306e
-
Yep this resolves the issue
[Unimplemented message type: LINK]
-
Status changed to closed