Made-with: Cursor
@@ -0,0 +1,6 @@
cdef class User:
def __init__(self, str id, str email, RoleEnum role):
self.id = id
self.email = email
self.role = role
The note is not visible to the blocked user.