From ebf64eb0db2074e73ae681cb2174d8ae97316746 Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 6 May 2025 14:19:58 +0000 Subject: [PATCH] [bugfix] fix statuses not being notified (#4143) It was the colon what done it muy lorde Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4143 Co-authored-by: tobi Co-committed-by: tobi --- internal/processing/workers/surfacetimeline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/processing/workers/surfacetimeline.go b/internal/processing/workers/surfacetimeline.go index ebb77b6bb..018ef976e 100644 --- a/internal/processing/workers/surfacetimeline.go +++ b/internal/processing/workers/surfacetimeline.go @@ -161,7 +161,7 @@ func (s *Surface) timelineAndNotifyStatusForFollowers( // Add status to home timeline for owner of // this follow (origin account), if applicable. - if homeTimelined := s.timelineStatus(ctx, + if homeTimelined = s.timelineStatus(ctx, s.State.Caches.Timelines.Home.MustGet(follow.AccountID), follow.Account, status,