mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
Fix goodbye state not going back online. Closes #1977
This commit is contained in:
@ -111,6 +111,11 @@ const appStateModel =
|
||||
},
|
||||
},
|
||||
goodbye: {
|
||||
on: {
|
||||
ONLINE: {
|
||||
target: 'online',
|
||||
},
|
||||
},
|
||||
meta: {
|
||||
...GOODBYE_STATE,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user