@ -212,6 +212,10 @@ func (timer *Timer) HasProject(project string) bool {
return false
}
func (timer *Timer) SetTag(name, val string) {
timer.AdditionalTags[name] = val
func (timer *Timer) HasTag(name string) bool {
_, ok := timer.AdditionalTags[name]
return ok
The note is not visible to the blocked user.