diff options
Diffstat (limited to 'internal/message/fromcommonprocess.go')
-rw-r--r-- | internal/message/fromcommonprocess.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/message/fromcommonprocess.go b/internal/message/fromcommonprocess.go index d557b7962..486da39af 100644 --- a/internal/message/fromcommonprocess.go +++ b/internal/message/fromcommonprocess.go @@ -25,5 +25,5 @@ func (p *processor) notifyStatus(status *gtsmodel.Status) error { } func (p *processor) notifyFollow(follow *gtsmodel.Follow) error { - return nil + return nil } |