Added avatar identifiers and servers table
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user