Plain text only with alt content

This commit is contained in:
M66B
2022-02-13 11:36:38 +01:00
parent 125be871be
commit f277f5abeb
11 changed files with 55 additions and 43 deletions

View File

@@ -352,7 +352,7 @@ public class ServiceUI extends IntentService {
db.message().setMessageContent(reply.id,
true,
language,
plain_only || ref.plain_only,
plain_only || ref.isPlainOnly() ? 1 : 0,
preview,
null);