diff options
Diffstat (limited to 'internal/message/fromcommonprocess.go')
-rw-r--r-- | internal/message/fromcommonprocess.go | 4 |
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 +} |