mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Prevent Droste effect
This commit is contained in:
@@ -7156,6 +7156,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (attachments == null)
|
||||
return null;
|
||||
|
||||
if (auto && message.revision != null)
|
||||
return null;
|
||||
|
||||
InputStream in = null;
|
||||
OutputStream out = null;
|
||||
boolean inline = false;
|
||||
|
||||
Reference in New Issue
Block a user