@ -31,7 +31,7 @@ async def request_data(gql, headers=None):
async def check_auth(req):
logger.info('checking auth token')
logger.debug(req)
logger.debug(req.headers)
token = req.headers.get("Authorization")
user_id = ""
if token:
The note is not visible to the blocked user.