feat: "friendly number handling" for note erasure timeouts

This commit is contained in:
Panagiotis Papadopoulos
2025-02-08 11:55:16 +01:00
parent 1e95135720
commit 2bb79c4209
4 changed files with 82 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ import type { OptionNames } from "../../services/options_interface.js";
// options allowed to be updated directly in the Options dialog
const ALLOWED_OPTIONS = new Set([
"eraseEntitiesAfterTimeInSeconds",
"eraseEntitiesAfterTimeScale",
"protectedSessionTimeout",
"revisionSnapshotTimeInterval",
"revisionSnapshotNumberLimit",