3
0

Adds LogoEnabled to namespace meta

This commit is contained in:
Vivek Patel
2021-09-22 18:39:39 +05:30
parent f96626c2d0
commit ff06953813
+5 -4
View File
@@ -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