···11import { proxy } from 'valtio';
22import { subscribeKey } from 'valtio/utils';
3344+import { api } from './api';
45import store from './store';
5667const states = proxy({
···7677}
77787879export function threadifyStatus(status) {
8080+ const { masto } = api();
7981 // Return all statuses in the thread, via inReplyToId, if inReplyToAccountId === account.id
8082 let fetchIndex = 0;
8183 async function traverse(status, index = 0) {