mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-17 15:51:51 +03:00
Need to pass instance here too
This commit is contained in:
parent
6fdf204180
commit
3c8ba1c34e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export function saveStatus(status, instance, opts) {
|
||||||
requestAnimationFrame(() => {
|
requestAnimationFrame(() => {
|
||||||
threadifyStatus(status, instance);
|
threadifyStatus(status, instance);
|
||||||
if (status.reblog) {
|
if (status.reblog) {
|
||||||
threadifyStatus(status.reblog);
|
threadifyStatus(status.reblog, instance);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue