@@ -303,7 +303,7 @@ def add_recent_link(url, target_ip):
def get_recent_links():
links = redis_client.lrange("recent_links", 0, 9)
links = redis_client.lrange("recent_links", 0, 99)
out = []
for link in links:
parts = link.decode().split("|")
The note is not visible to the blocked user.