From: David Woodhouse Date: Wed, 1 Apr 2020 14:20:39 +0000 (+0100) Subject: I said instantiate *conversations* when they're opened... X-Git-Tag: v1.4~15 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3b24f412dbf3cccece4135834e7e0da33a52b366;p=pidgin-chime.git I said instantiate *conversations* when they're opened... --- diff --git a/prpl/conversations.c b/prpl/conversations.c index 630c17b..6b04e9f 100644 --- a/prpl/conversations.c +++ b/prpl/conversations.c @@ -567,7 +567,7 @@ static void chime_conv_created_cb(PurpleConversation *conv, PurpleConnection *co if (conv->account != conn->account) return; - if (purple_conversation_get_type(conv) != PURPLE_CONV_TYPE_CHAT) + if (purple_conversation_get_type(conv) != PURPLE_CONV_TYPE_IM) return; purple_debug(PURPLE_DEBUG_INFO, "chime",