Disabled JSON-LD by default

This commit is contained in:
M66B
2023-12-16 12:25:28 +01:00
parent 1fac401914
commit e412fa7393
2 changed files with 2 additions and 2 deletions

View File

@@ -3031,7 +3031,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
final int zoom = args.getInt("zoom");
final float scale = args.getFloat("scale");
final boolean download_plain = prefs.getBoolean("download_plain", false);
final boolean json_ld = prefs.getBoolean("json_ld", !Helper.isPlayStoreInstall());
final boolean json_ld = prefs.getBoolean("json_ld", false);
if (message == null || !message.content)
return null;