Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2022-12-03 02:24:15 +0300
committerwurstsalat <mailtrash@posteo.de>2023-06-15 22:55:38 +0300
commit75f57a5cc08af3ca40956c9d23b1effd9331aa02 (patch)
treede5e8a5082c0f49dcce1995c5366362cdf68c9d0 /gajim/common/client.py
parent025c05bf8a3405131a2d9a67f6a4cf4c6e22af96 (diff)
feat: Add support for XEP-0461: Message Repliesmessage-replies
Diffstat (limited to 'gajim/common/client.py')
-rw-r--r--gajim/common/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim/common/client.py b/gajim/common/client.py
index 626e65612..caef18e40 100644
--- a/gajim/common/client.py
+++ b/gajim/common/client.py
@@ -518,6 +518,7 @@ class Client(Observable):
label=message.label,
correct_id=message.correct_id,
message_id=message.message_id,
+ reply_data=message.reply_data,
msg_log_id=log_line_id,
play_sound=message.play_sound))