@@ -354,7 +354,7 @@ def main():
),
body=json.dumps({
"type": "session_end",
"err": err,
"err": str(err) if err else None,
"duration": t.step(),
"session": sess
}, ensure_ascii=False).encode('utf-8')
The note is not visible to the blocked user.