owncast/core/data
nebunez 80579c5e7e
implement custom welcome message (#820)
* implement custom welcome message

This change adds logic for handling custom welcome messages.

* trim welcome message string on POST

Instead of trimming the welcome message every time we are going to send to send
a welcome message, we just trim once when the message is posted from the admin.
2021-03-21 17:10:56 -04:00
..
accessTokens.go
cache.go
config.go implement custom welcome message (#820) 2021-03-21 17:10:56 -04:00
configEntry.go
data_test.go
data.go
defaults.go implement custom welcome message (#820) 2021-03-21 17:10:56 -04:00
migrator.go
persistence.go
types.go
webhooks.go