User bans, emoji and other bug fixes, age limiter, etc #26

Merged
profitroll merged 31 commits from dev into master 2023-01-31 15:26:56 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 7be7d5ac7b - Show all commits

View File

@ -46,10 +46,11 @@ async def filter_join(app: Client, member: ChatMemberUpdated):
return
if await isAnAdmin(member.invite_link.creator.id):
logWrite(f"User {holo_user.id} joined destination group with link {holo_user.link} of an admin {member.invite_link.creator.id}")
application = col_applications.find_one({"user": holo_user.id})
if application is None:
return