Private
Public Access
1
0

Implement resync after update monitor reconnect

This commit is contained in:
2025-06-13 17:13:04 -07:00
parent 1420d96a20
commit 741932c67d
6 changed files with 53 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ namespace DBusService {
[DBus (name = "MessagesUpdated")]
public signal void messages_updated(string conversation_id);
[DBus (name = "UpdateStreamReconnected")]
public signal void update_stream_reconnected();
[DBus (name = "GetAttachmentInfo")]
public abstract RepositoryAttachmentInfoStruct get_attachment_info(string attachment_id) throws DBusError, IOError;