@@ -1 +1,2 @@
list_alias.py
malias.zip
@@ -222,7 +222,7 @@ def checklist(alias):
remoteData = json.loads(remote)
i = 0
for search in remoteData:
if alias in remoteData[i]['address']:
if alias == remoteData[i]['address']:
return True
i=i+1
return None
The note is not visible to the blocked user.