@@ -148,6 +148,9 @@ const Utils = {
},
getTagValue: function (note, tag, defaultValue=undefined) {
if (!note) {
return undefined;
}
tag += ':'
const tagIndex = note.indexOf(tag);
if (tagIndex === -1) {
The note is not visible to the blocked user.