Add periodic sync

This commit is contained in:
Bartu Özen
2025-12-12 16:01:40 +03:00
parent fde921d256
commit 1d41d2c634
3 changed files with 44 additions and 1 deletions

View File

@@ -1072,6 +1072,13 @@ class ServerConfig(
privacySafe = true,
)
val syncInterval: MutableStateFlow<Int> by IntSetting(
protoNumber = 94,
defaultValue = 0,
group = SettingGroup.SYNCYOMI,
privacySafe = true,
)
/** ****************************************************************** **/
/** **/
/** Renamed settings **/