libpurple/resources/conversationmanager/statements/delete-properties.sql@099e1dfb856b
libpurple/resources/conversationmanager/statements/delete-properties.sql
Sun, 10 Aug 2025 23:44:08 +0800
- author
- Gong Zhile <gongzl@stu.hebust.edu.cn>
- date
- Sun, 10 Aug 2025 23:44:08 +0800
- branch
- purple_conversation_find_message_by_id
- changeset 43309
- 099e1dfb856b
- parent 43289
-
b39dbed64dc0
- permissions
- -rw-r--r--
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.
DELETE FROM conversations
WHERE
conversation_id = :conversation_id
AND
account_id = :account_id