mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-22 13:49:23 +01:00
Yes, never forget the reblogs
This commit is contained in:
parent
9338c6905d
commit
292f337a44
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ export function saveStatus(status, opts) {
|
||||||
if (!skipThreading) {
|
if (!skipThreading) {
|
||||||
requestAnimationFrame(() => {
|
requestAnimationFrame(() => {
|
||||||
threadifyStatus(status);
|
threadifyStatus(status);
|
||||||
|
if (status.reblog) {
|
||||||
|
threadifyStatus(status.reblog);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue