mirror of
https://github.com/Cernobor/oko-server.git
synced 2025-02-24 08:27:17 +00:00
* Data contains existing proposals too. #2
This commit is contained in:
@@ -91,6 +91,7 @@ type HandshakeResponse struct {
|
||||
type Data struct {
|
||||
Users []User `json:"users"`
|
||||
Features []Feature `json:"features"`
|
||||
Proposals []Proposal `json:"proposals"`
|
||||
PhotoMetadata map[string]PhotoMetadata `json:"photo_metadata,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user