mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
fix(webhooks): fix chat user parted webhook creation error. Closes #3524
This commit is contained in:
@ -19,6 +19,7 @@ type Webhook struct {
|
||||
var validEvents = []EventType{
|
||||
MessageSent,
|
||||
UserJoined,
|
||||
UserParted,
|
||||
UserNameChanged,
|
||||
VisibiltyToggled,
|
||||
StreamStarted,
|
||||
|
||||
Reference in New Issue
Block a user