Fix media placeholders and image cache
This commit is contained in:
@@ -422,7 +422,7 @@ public sealed class MaxBridgeSyncService(
|
||||
chat.UnreadCount++;
|
||||
}
|
||||
|
||||
var message = shouldNotify
|
||||
var message = shouldNotify && !MessageTextSanitizer.IsGenericMediaLabel(preview)
|
||||
? CreatePreviewMessage(chat, preview, previewAt)
|
||||
: null;
|
||||
return new ListPreviewApplyResult(true, message);
|
||||
|
||||
Reference in New Issue
Block a user