summaryrefslogtreecommitdiff
path: root/internal/message/fromcommonprocess.go
diff options
context:
space:
mode:
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 14f145df9..d557b7962 100644
--- a/internal/message/fromcommonprocess.go
+++ b/internal/message/fromcommonprocess.go
@@ -23,3 +23,7 @@ import "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
func (p *processor) notifyStatus(status *gtsmodel.Status) error {
return nil
}
+
+func (p *processor) notifyFollow(follow *gtsmodel.Follow) error {
+ return nil
+}