graph-fe: fix loading of inbox

This commit is contained in:
Liam Fitzgerald 2021-06-01 11:59:47 +10:00
parent e16f264d19
commit 535700b4f0
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -390,6 +390,7 @@ export default class GraphApi extends BaseApi<StoreState> {
const data = await this.scry<any>('graph-store',
`/shallow-children/${ship}/${name}${idx}`
);
data['graph-update'].fetch = true;
this.store.handleEvent({ data });
}