Fully remove failed experiment

This commit is contained in:
Cadence Ember
2025-12-16 00:34:37 +13:00
parent 696a45f344
commit 239568a8e5
3 changed files with 0 additions and 10 deletions
-6
View File
@@ -87,12 +87,6 @@ function diffKState(actual, target) {
diff[key] = temp
}
} else if (key === "chat.schildi.hide_ui/read_receipts") {
// Special handling: don't add this key if it's new. Do overwrite if already present.
if (key in actual) {
diff[key] = target[key]
}
} else if (key in actual) {
// diff
if (!isDeepStrictEqual(actual[key], target[key])) {