Fix purple_conversation_manager_find_chat_by_id.
Review Request #1495 — Created June 7, 2022 and submitted
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.
Summary | ID |
---|---|
5aa0160d757e1b013b4a7b3e184fc30ad7a058ca |
- Change Summary:
-
rebase and address issues.
- Commits:
-
Summary ID ab9a5b0ba048cd6f356de9197dffce7b9d14b0c3 5aa0160d757e1b013b4a7b3e184fc30ad7a058ca - Diff:
-
Revision 2 (+32 -12)