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
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 {