Finish daemon support for uploaded attachments + sending
This commit is contained in:
@@ -69,7 +69,7 @@ public class MainWindow : Adw.ApplicationWindow
|
||||
}
|
||||
|
||||
try {
|
||||
Repository.get_instance().send_message(selected_conversation, body);
|
||||
Repository.get_instance().send_message(selected_conversation, body, attachment_guids.to_array());
|
||||
} catch (Error e) {
|
||||
GLib.warning("Failed to send message: %s", e.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user