@@ -119,7 +119,7 @@ func (tags Tags) AppendUnique(tag Tag) Tags {
}
func (t *Tags) Scan(src any) error {
var jtags []byte = make([]byte, 0)
var jtags []byte
switch v := src.(type) {
case []byte:
The note is not visible to the blocked user.