Disable thread by reference by default for Play Store version

This commit is contained in:
M66B
2025-01-08 08:58:10 +01:00
parent 784cf1e70f
commit ae4e9dc18d
3 changed files with 5 additions and 2 deletions

View File

@@ -1940,7 +1940,7 @@ public class MessageHelper {
}
// Common reference
boolean thread_byref = prefs.getBoolean("thread_byref", true);
boolean thread_byref = prefs.getBoolean("thread_byref", !Helper.isPlayStoreInstall());
if (thread == null && refs.size() > 0 && thread_byref) {
// For example
// Message-ID: <organization/project/pull/nnn/issue_event/xxx@github.com>