0

Fix goodbye state not going back online. Closes #1977

This commit is contained in:
Gabe Kangas 2022-06-25 21:26:41 -07:00
parent e6b857f3b2
commit bb1c934c4b
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -111,6 +111,11 @@ const appStateModel =
},
},
goodbye: {
on: {
ONLINE: {
target: 'online',
},
},
meta: {
...GOODBYE_STATE,
},