don't globally remove status on refresh

closes sk22#896
This commit is contained in:
sk
2023-10-23 23:55:04 +02:00
parent 60a998be89
commit 89d7dfd694

View File

@@ -87,7 +87,7 @@ public class HomeTimelineFragment extends StatusListFragment {
else else
E.post(new StatusCountersUpdatedEvent(updated)); E.post(new StatusCountersUpdatedEvent(updated));
}else{ }else{
E.post(new StatusDeletedEvent(cached.id, accountID)); removeStatus(cached);
} }
} }
} }