Sun, 10 Aug 2025 23:44:08 +0800
Add Purple.Conversation.find_message_by_id
The method was added so that a protocol or plugin could easily lookup
for the reference for a message. This will be especially useful when a
protocol received a quoted message but only with an id.
<?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/im/pidgin/libpurple/"> <file compressed="true">conversationmanager/migrations/01-initial.sql</file> <file compressed="true">conversationmanager/statements/delete-properties.sql</file> <file compressed="true">conversationmanager/statements/delete-tags.sql</file> <file compressed="true">conversationmanager/statements/insert-properties.sql</file> <file compressed="true">conversationmanager/statements/insert-tags.sql</file> <file compressed="true">conversationmanager/statements/query-properties.sql</file> <file compressed="true">conversationmanager/statements/query-tags.sql</file> <file compressed="true">sqlitehistoryadapter/01-schema.sql</file> </gresource> </gresources>