remote boosts incoming now working

This commit is contained in:
tsmethurst 2021-05-27 22:26:33 +02:00
commit a47085d141
12 changed files with 412 additions and 13 deletions

View file

@ -158,3 +158,7 @@ func (p *processor) notifyFave(fave *gtsmodel.StatusFave, receivingAccount *gtsm
return nil
}
func (p *processor) notifyAnnounce(status *gtsmodel.Status) error {
return nil
}