added priority score manual

This commit is contained in:
Marc Froehlich
2026-08-06 00:42:44 +02:00
parent 6d65bc365c
commit 259d0a4916
4 changed files with 140 additions and 17 deletions
@@ -2423,8 +2423,11 @@ public class ChatPreferences {
notify_noReplyPenaltyMinutes = noReply;
}
Integer momentum = getInt(notificationsEl, 666, "notify_momentumWindowSeconds");
if (momentum != null) {
Integer momentum = getInt(
notificationsEl,
notify_momentumWindowSeconds,
"notify_momentumWindowSeconds"
); if (momentum != null) {
notify_momentumWindowSeconds = momentum;
}