Fix goodbye state not going back online. Closes #1977
This commit is contained in:
parent
e6b857f3b2
commit
bb1c934c4b
@ -111,6 +111,11 @@ const appStateModel =
|
||||
},
|
||||
},
|
||||
goodbye: {
|
||||
on: {
|
||||
ONLINE: {
|
||||
target: 'online',
|
||||
},
|
||||
},
|
||||
meta: {
|
||||
...GOODBYE_STATE,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user