summaryrefslogtreecommitdiff
path: root/internal/processing/fromclientapi.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-27 17:42:20 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-27 17:42:20 +0200
commitb3fd9c39a3a6ecdac87b27684e7dbc54ce19b312 (patch)
treeecd482e18eb6131d07a092949556fec623ec2ec7 /internal/processing/fromclientapi.go
parentUnblock fix (#247) (diff)
downloadgotosocial-b3fd9c39a3a6ecdac87b27684e7dbc54ce19b312.tar.xz
Weird notif issue (#248)
* start working on weird issue * go fmt ./... * more tests
Diffstat (limited to 'internal/processing/fromclientapi.go')
-rw-r--r--internal/processing/fromclientapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/fromclientapi.go b/internal/processing/fromclientapi.go
index 5fd88d8e4..79860b5a9 100644
--- a/internal/processing/fromclientapi.go
+++ b/internal/processing/fromclientapi.go
@@ -73,7 +73,7 @@ func (p *processor) ProcessFromClientAPI(ctx context.Context, clientMsg messages
return errors.New("fave was not parseable as *gtsmodel.StatusFave")
}
- if err := p.notifyFave(ctx, fave, clientMsg.TargetAccount); err != nil {
+ if err := p.notifyFave(ctx, fave); err != nil {
return err
}