Yes, never forget the reblogs

This commit is contained in:
Lim Chee Aun 2023-01-10 22:58:54 +08:00
parent 9338c6905d
commit 292f337a44

View file

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