Faves (#31)
* start on federating faves * outbound federation of likes working
This commit is contained in:
@ -27,3 +27,7 @@ func (p *processor) notifyStatus(status *gtsmodel.Status) error {
|
||||
func (p *processor) notifyFollow(follow *gtsmodel.Follow) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *processor) notifyFave(fave *gtsmodel.StatusFave) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user