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