Skip to content

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

Kevin Daudt requested to merge fix-ignore-bot-events into master

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.

Merge request reports

Loading