Adds LogoEnabled to namespace meta
This commit is contained in:
@@ -54,10 +54,11 @@ type (
|
||||
NamespaceMeta struct {
|
||||
// Temporary icon & logo URLs
|
||||
// @todo rework this when we rework attachment management
|
||||
Icon string `json:"icon,omitempty"`
|
||||
IconID uint64 `json:"iconID,string"`
|
||||
Logo string `json:"logo,omitempty"`
|
||||
LogoID uint64 `json:"logoID,string"`
|
||||
Icon string `json:"icon,omitempty"`
|
||||
IconID uint64 `json:"iconID,string"`
|
||||
Logo string `json:"logo,omitempty"`
|
||||
LogoID uint64 `json:"logoID,string"`
|
||||
LogoEnabled bool `json:"logoEnabled,omitempty"`
|
||||
|
||||
// Warning: value of this field is now handled via resource-translation facility
|
||||
// struct field is kept for the convenience for now since it allows us
|
||||
|
||||
Reference in New Issue
Block a user