From f126659965425ee5f5a3851fbe83ae532e48c478 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 20 Oct 2020 04:56:06 +0200 Subject: Cache video to temporary file instead of memory --- src/QuickMedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/QuickMedia.cpp') diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index c47147f..cde8cdb 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -2983,7 +2983,7 @@ namespace QuickMedia { room->has_unread_mention = true; //message->mentions_me = false; // TODO: What if the message or username begins with "-"? also make the notification image be the avatar of the user - if(!is_window_focused || room != current_room) + if(!is_window_focused || room != current_room || is_first_sync) show_notification("QuickMedia matrix - " + matrix->message_get_author_displayname(message.get()) + " (" + room->name + ")", message->body); } } -- cgit v1.2.3