mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
graph-fe: fix loading of inbox
This commit is contained in:
parent
e16f264d19
commit
535700b4f0
@ -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 });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user