Yes, never forget the reblogs

pull/47/head
Lim Chee Aun 2023-01-10 22:58:54 +08:00
rodzic 9338c6905d
commit 292f337a44
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,9 @@ export function saveStatus(status, opts) {
if (!skipThreading) {
requestAnimationFrame(() => {
threadifyStatus(status);
if (status.reblog) {
threadifyStatus(status.reblog);
}
});
}
}