@@ -84,7 +84,7 @@ async def login(_, body: LoginRequest):
async def get_subscriptions(_):
async with redis.conn as r:
return jsonr({
'subscriptions': await r.smembers(REDIS_SUBS_KEY),
'subscriptions': await get_subs(r),
})
The note is not visible to the blocked user.