@@ -69,3 +69,15 @@ func (t I18nText) GetKey() string {
}
return ""
type ActivePath struct {
I18nText
Path string
func NewActivePath(path string, langMap map[Language]string) ActivePath {
return ActivePath{
I18nText: NewI18nText(langMap),
Path: path,
The note is not visible to the blocked user.