Commit 6aaaec9
committed
fix(almin): fix trouble emit
In some case, LifeCycleEventHub#onDispatch receive StoreChangedPayload #328
This fixes that `StoreChangedPayload` always be `isTrust: true` payload.
`LifeCycleEventHub#onDispatch` ignore trusted Payload.
As a result, LifeCycleEventHub#onDispatch have not received StoreChangedPayload.
fix #328StoreChangedPayload
1 parent c513531 commit 6aaaec9
2 files changed
+15
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | | - | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
| 469 | + | |
473 | 470 | | |
474 | 471 | | |
475 | | - | |
| 472 | + | |
476 | 473 | | |
477 | 474 | | |
478 | | - | |
479 | | - | |
480 | | - | |
| 475 | + | |
481 | 476 | | |
482 | 477 | | |
483 | 478 | | |
| |||
0 commit comments