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
1 changed files with 1 additions and 1 deletions

View File

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