don't add own boosts to home

closes sk22#875
This commit is contained in:
sk 2023-10-19 00:09:09 +02:00
parent 6cbe406cef
commit f52886af74
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public class HomeTimelineFragment extends StatusListFragment {
}
public void onStatusCreated(Status status){
if(status.reblog!=null) return;
prependItems(Collections.singletonList(status), true);
}