More logical syncronisation

This commit is contained in:
2021-12-31 00:55:07 +03:00
parent 2a348d1d21
commit 74793bb2d6
2 changed files with 4 additions and 5 deletions

View File

@@ -7,4 +7,5 @@ export interface Room {
downloaded?: boolean;
downloadedAt?: Date;
position: number;
syncedAt: Date;
}