From e670c32a9147f632d06ee10c170201677ec1e12d Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 24 May 2021 18:49:48 +0200 Subject: Faves (#31) * start on federating faves * outbound federation of likes working --- internal/message/fromcommonprocess.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/message/fromcommonprocess.go') diff --git a/internal/message/fromcommonprocess.go b/internal/message/fromcommonprocess.go index 486da39af..2403a8b72 100644 --- a/internal/message/fromcommonprocess.go +++ b/internal/message/fromcommonprocess.go @@ -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 +} -- cgit v1.2.3