Add Python API to send reactions (#3762)

This commit is contained in:
iequidoo
2022-11-21 09:05:33 -03:00
committed by iequidoo
parent afb7f89722
commit 36991b5c8a
4 changed files with 69 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ class PerAccount:
def ac_outgoing_message(self, message):
"""Called on each outgoing message (both system and "normal")."""
@account_hookspec
def ac_reactions_changed(self, message):
"""Called when message reactions changed."""
@account_hookspec
def ac_message_delivered(self, message):
"""Called when an outgoing message has been delivered to SMTP.