mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 21:07:28 -06:00
outbound federation of likes working
This commit is contained in:
parent
5219a7b9e7
commit
79daebe99c
11 changed files with 196 additions and 57 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue