diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-17 02:26:10 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-17 02:26:10 +0200 |
| commit | 44c5ea24faad24f4e57f6cd4b500ed7717834371 (patch) | |
| tree | 8df96ed7a5f262e68b0b5f0521bf33515162afb4 /libdino/src/entity | |
| parent | 26844a2b70250983099333f31243ae6959396ea2 (diff) | |
WIP fix stream management/lack of resumecatch-disconnect-error
Diffstat (limited to 'libdino/src/entity')
| -rw-r--r-- | libdino/src/entity/conversation.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdino/src/entity/conversation.vala b/libdino/src/entity/conversation.vala index 57f0037d..56e74d8b 100644 --- a/libdino/src/entity/conversation.vala +++ b/libdino/src/entity/conversation.vala @@ -74,6 +74,7 @@ public class Conversation : Object { notify_setting = (NotifySetting) row[db.conversation.notification]; send_typing = (Setting) row[db.conversation.send_typing]; send_marker = (Setting) row[db.conversation.send_marker]; + debug(@"account=$(account.display_name),encryption=$(encryption),resource=$(resource ?? "null")"); notify.connect(on_update); } |
