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

Commit

Permalink
don't add own boosts to home
Browse files Browse the repository at this point in the history
closes #875
  • Loading branch information
sk22 committed Oct 18, 2023
1 parent 6cbe406 commit f52886a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void onError(ErrorResponse error){
}

public void onStatusCreated(Status status){
if(status.reblog!=null) return;
prependItems(Collections.singletonList(status), true);
}

Expand Down

0 comments on commit f52886a

Please sign in to comment.