diff options
author | 2021-05-28 19:57:04 +0200 | |
---|---|---|
committer | 2021-05-28 19:57:04 +0200 | |
commit | 87177d840b9703f572392ef4bd0f5013fd5c3a77 (patch) | |
tree | c59388998d5defd5ec3577483f70736238953f72 /internal/message/fromcommonprocess.go | |
parent | Notifications (#34) (diff) | |
download | gotosocial-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.go | 4 |
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 +} |