Closed
Issue #1 · created by daktak ·


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) {


3 participants