gtk: implement get_attachment_fd and texture/attachment cache, viewport loading
This commit is contained in:
@@ -148,7 +148,7 @@ public class TranscriptView : Adw.Bin
|
||||
GLib.Idle.add(() => {
|
||||
if (needs_reload) {
|
||||
debug("Reloading messages for attachment download");
|
||||
model.load_messages();
|
||||
model.load_messages(true);
|
||||
needs_reload = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user