dbus: Smaller GetMessages buffers, avoid encoding attachment paths.
This commit is contained in:
@@ -44,11 +44,11 @@ public class AttachmentInfo : Object {
|
||||
}
|
||||
|
||||
public class Attachment : Object {
|
||||
public string guid;
|
||||
public string path;
|
||||
public string preview_path;
|
||||
public bool downloaded;
|
||||
public bool preview_downloaded;
|
||||
public string guid = "";
|
||||
public string path = "";
|
||||
public string preview_path = "";
|
||||
public bool downloaded = false;
|
||||
public bool preview_downloaded = false;
|
||||
public AttachmentMetadata? metadata;
|
||||
|
||||
public Attachment(string guid, AttachmentMetadata? metadata) {
|
||||
|
||||
Reference in New Issue
Block a user