[F] typo ;-;
This commit is contained in:
parent
200c1a6d53
commit
c6453e2137
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ async def process_event(event: str, obj: dict, id: str):
|
||||||
printc(f"&e[+] Received event: {id} {event} by {actor}")
|
printc(f"&e[+] Received event: {id} {event} by {actor}")
|
||||||
|
|
||||||
if actor in blacklist_users:
|
if actor in blacklist_users:
|
||||||
redact(event, obj, "User is blacklisted", id)
|
redact(event, obj, id, "User is blacklisted")
|
||||||
return
|
return
|
||||||
|
|
||||||
# Normalize content
|
# Normalize content
|
||||||
|
|
Loading…
Reference in a new issue