owncast/core/chat
Pranav Joglekar 07c5cabfe8
Trigger the title updated webhook event whenever a title is changed (#2823)
* wip: trigger the title updated webhook event whenever a title is changed

* Commit updated API documentation

* fix: add STREAM_TITLE_CHANGED to list of valid events

* feat: Add support for STREAM_TITLE_CHANGED webhook event on admin dashboard

* fix: transmit webhook event after stream has changed to fix race conditions where older title was sent

---------

Co-authored-by: Owncast <owncast@owncast.online>
2023-03-28 11:34:00 -07:00
..
events Trigger the title updated webhook event whenever a title is changed (#2823) 2023-03-28 11:34:00 -07:00
chat.go
chatclient.go Expose connected client ID to moderator client info api 2022-12-13 19:17:32 -08:00
concurrentConnections_freebsd.go
concurrentConnections_windows.go
concurrentConnections.go
events.go Sanitize+truncate display names on registration+change. For #2527 2022-12-29 14:13:22 -08:00
messageRendering_test.go
messages.go add tests for webhook events (#2180) 2022-10-09 22:55:54 -07:00
persistence.go Merge remote-tracking branch 'origin/develop' into webv2 2022-11-29 16:37:29 -08:00
pruner.go
server.go Increase timeout between join messages from 5 to 10 minutes 2023-03-21 17:19:38 -07:00
utils_windows.go
utils.go