mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-04 16:49:40 +00:00
[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:
parent
8264b63337
commit
ebf64eb0db
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue