owncast/core
nebunez 7e0822b62d fix mismatched message ids when client first sends a message
This bug is caused by the message being sent to all clients before
msg.SetDefaults() is called and the message is saved to the chat database. This
causes connected clients to get a message id that is different from what exists
in the database. This only affects clients using websockets that were connected
when the message was sent and message visibility updated.

Fixes https://github.com/owncast/owncast/issues/809
2021-03-10 14:07:47 -05:00
..
chat fix mismatched message ids when client first sends a message 2021-03-10 14:07:47 -05:00
data Print out a log message saying what image is being copied where 2021-02-21 16:03:42 -08:00
playlist Fix godoc style comments (#356) 2020-11-12 15:14:59 -08:00
rtmp 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
storageproviders 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
transcoder 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
webhooks 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
chatListener.go Do not send user joined events to chat clients if stream is not active. Closes #750 2021-02-21 16:21:12 -08:00
core.go allocate yp at launch to allow for enabling it later 2021-03-04 01:48:10 -08:00
stats.go Optimize/fix concurrency for chat 2021-03-03 21:48:11 -08:00
status.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
storage.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
streamState.go No longer reset max viewer count at cleanup. Only do it at new stream start. Fixes #768 2021-02-26 22:15:46 -08:00