Added avatar identifiers and servers table

This commit is contained in:
ycc
2023-07-27 10:44:09 +02:00
parent 698740e20a
commit d748735ded
4 changed files with 25 additions and 3 deletions

View File

@ -31,6 +31,7 @@ type Peer struct {
OnionMode bool `json:"onion_mode,omitempty"`
LastMessage time.Time `json:"last_message,omitempty"`
DbIds []string `json:"db_ids,omitempty"`
AvatarUuid string `json:"avatar_uid,omitempty"`
dbPassword string
}