Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
don't globally remove status on refresh
Browse files Browse the repository at this point in the history
closes #896
  • Loading branch information
sk22 committed Oct 23, 2023
1 parent 60a998b commit 89d7dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void onSuccess(List<Status> result){
else
E.post(new StatusCountersUpdatedEvent(updated));
}else{
E.post(new StatusDeletedEvent(cached.id, accountID));
removeStatus(cached);
}
}
}
Expand Down

0 comments on commit 89d7dfd

Please sign in to comment.