Skip to content
Snippets Groups Projects
Commit 825ca43f authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

merge: fix(server): invert logic to detect events from bot

The logic to ignore events caused by the bot itself accidentally only
includes events comming from the bot.

Invert the logic, where it would process the event either when no user
is present, or the event was _not_ caused by the bot user.

See merge request !91
parents 1df419ab fb97d62c
No related branches found
No related tags found
1 merge request!91fix(server): invert logic to detect events from bot
Pipeline #274146 passed