refactor(server): "on this day" memory creation (#18333)

* refactor memory creation

* always update system metadata

* maybe fix medium tests
This commit is contained in:
Mert 2025-05-16 13:16:27 -04:00 committed by GitHub
parent 8ab5040351
commit 48d746d9d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 54 additions and 47 deletions

View file

@ -567,6 +567,7 @@ export enum DatabaseLock {
Library = 1337,
GetSystemConfig = 69,
BackupDatabase = 42,
MemoryCreation = 777,
}
export enum SyncRequestType {