Fix purple_conversation_manager_find_chat_by_id.

Review Request #1495 — Created June 7, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

purple_conversation_manager_find_chat_by_id was calling
purple_conversation_manager_find_internal with a name of NULL. However,
purple_conversation_manager_find_internal was always requring the conversation
name to matched what was passed in.
Therefore purple_conversation_manager_find_chat_by_id never actually worked.

Connected an IRC account and successfully sent a message.

Commits

Files

    Loading...