mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +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(() => {
|
||||
threadifyStatus(status, instance);
|
||||
if (status.reblog) {
|
||||
threadifyStatus(status.reblog);
|
||||
threadifyStatus(status.reblog, instance);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue