@@ -206,6 +206,9 @@ def get_notification_settings(email):
if not os.path.exists(notification_file):
return False
# Reformat email
email = email.split('@')[0] + '@login.hns.au'
with open(notification_file, "r") as f:
data = json.load(f)
if email not in data:
The note is not visible to the blocked user.