summaryrefslogtreecommitdiff
path: root/internal/message/fromcommonprocess.go
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-05-28 19:57:04 +0200
committerLibravatar GitHub <noreply@github.com>2021-05-28 19:57:04 +0200
commit87177d840b9703f572392ef4bd0f5013fd5c3a77 (patch)
treec59388998d5defd5ec3577483f70736238953f72 /internal/message/fromcommonprocess.go
parentNotifications (#34) (diff)
downloadgotosocial-87177d840b9703f572392ef4bd0f5013fd5c3a77.tar.xz
Announce/boost (#35)
Remote boosts incoming/outgoing now 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 73d58f1d1..19f5829b4 100644
--- a/internal/message/fromcommonprocess.go
+++ b/internal/message/fromcommonprocess.go
@@ -158,3 +158,7 @@ func (p *processor) notifyFave(fave *gtsmodel.StatusFave, receivingAccount *gtsm
return nil
}
+
+func (p *processor) notifyAnnounce(status *gtsmodel.Status) error {
+ return nil
+}