Added nip05 field from user profile to be used as part of hidden words filtering
This commit is contained in:
@@ -399,6 +399,10 @@ class User(
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (info?.nip05?.containsAny(hiddenWordsCase) == true) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user