Philipp Hörist pushed to branch storage at gajim / gajim


Commits:
f1fb73e1 by Philipp Hörist at 2023-06-24T22:28:09+02:00
Set default args

- - - - -


1 changed file:

- gajim/common/storage/archive2/structs.py


Changes:

=====================================
gajim/common/storage/archive2/structs.py
=====================================
@@ -337,9 +337,9 @@ class DbUpsertMarkerRowData(DbUpsertRowDataBase):
     remote_jid: JID
     fk_occupant_ek: int | None
     marked_message_id: str
-    received_ts: float | None
-    displayed_ts: float | None
-    acknowledged_ts : float | None
+    received_ts: float | None = None
+    displayed_ts: float | None = None
+    acknowledged_ts : float | None = None
 
     def get_upsert_stmt(self) -> str:
         combined_update_stmt = self._get_updated_column_stmt()



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

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to