user only sync and new images

This commit is contained in:
mrfry 2023-04-26 18:07:27 +02:00
parent f047701106
commit bdcef454c0
19 changed files with 127 additions and 53 deletions

View file

@ -177,6 +177,7 @@ export interface PeerInfo {
pw?: string
sessionCookie?: string
lastSync?: number
lastUsersSync?: number
note?: string
http?: boolean
}