From b3fd9c39a3a6ecdac87b27684e7dbc54ce19b312 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 27 Sep 2021 17:42:20 +0200 Subject: Weird notif issue (#248) * start working on weird issue * go fmt ./... * more tests --- internal/processing/fromclientapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/fromclientapi.go') 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 } -- cgit v1.2.3