Daniel Brötzmann pushed to branch mainwindow at gajim / gajim


Commits:
8660c9b6 by wurstsalat at 2021-11-11T22:42:32+01:00
Search: Fix missing stanza_id while adding messages

- - - - -


1 changed file:

- gajim/common/storage/archive.py


Changes:

=====================================
gajim/common/storage/archive.py
=====================================
@@ -462,7 +462,7 @@ def get_conversation_around(self, account, jid, timestamp):
 
         sql_before = '''
             SELECT contact_name, time, kind, show, message, subject,
-                   additional_data, log_line_id, message_id,
+                   additional_data, log_line_id, message_id, stanza_id,
                    error as "error [common_error]",
                    marker as "marker [marker]"
             FROM logs NATURAL JOIN jids WHERE jid IN ({jids})



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8660c9b6da254b26dc0bf88ad7b1c160155f4a68

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/8660c9b6da254b26dc0bf88ad7b1c160155f4a68
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to