don't compare newly fetched posts to created post

closes sk22#866
This commit is contained in:
sk
2023-10-18 21:40:25 +02:00
parent 8ea05c6ebd
commit ed24e89a96
3 changed files with 7 additions and 11 deletions

View File

@@ -9,5 +9,6 @@ public class StatusCreatedEvent{
public StatusCreatedEvent(Status status, String accountID){
this.status=status;
this.accountID=accountID;
status.fromStatusCreated=true;
}
}