Announce Log

This commit is contained in:
xiaomlove
2025-06-29 20:47:23 +07:00
parent 83cab0da09
commit 0e798355b4
31 changed files with 1105 additions and 44 deletions
+5
View File
@@ -258,5 +258,10 @@ class Setting extends NexusModel
return (int)self::get("backup.retention_count");
}
public static function getIsRecordAnnounceLog(): bool
{
return self::get('security.record_announce_logs') == 'yes';
}
}