[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 <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
tobi
2025-05-06 14:19:58 +00:00
committed by tobi
parent 8264b63337
commit ebf64eb0db

View File

@@ -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,