summaryrefslogtreecommitdiff
path: root/internal/message/fromcommonprocess.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-05-24 18:49:48 +0200
committerLibravatar GitHub <noreply@github.com>2021-05-24 18:49:48 +0200
commite670c32a9147f632d06ee10c170201677ec1e12d (patch)
tree08a49c9942529d3e7457a54b72d334ad36060976 /internal/message/fromcommonprocess.go
parentfirst draft of Dockerfile (diff)
downloadgotosocial-e670c32a9147f632d06ee10c170201677ec1e12d.tar.xz
Faves (#31)
* start on federating faves * outbound federation of likes working
Diffstat (limited to 'internal/message/fromcommonprocess.go')
-rw-r--r--internal/message/fromcommonprocess.go4
1 files changed, 4 insertions, 0 deletions
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
+}