@ -3,7 +3,7 @@ import logging
import os
def wrap_url(u):
if u.startswith("http"):
if u == '' or u.startswith("http"):
return u
return f'http://{u}'
The note is not visible to the blocked user.