@ -13,6 +13,7 @@ class Core:
self.message = message
self.chat_id = message.chat.id
self.message_text = message.text
print(f'Handled message from {self.chat_id}: {self.message_text}')
user = mongo.chats_collection.find_one({"chat_id": message.chat.id})
if user is None:
doc = {
The note is not visible to the blocked user.