mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:02:25 -05: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
|
// Add status to home timeline for owner of
|
||||||
// this follow (origin account), if applicable.
|
// this follow (origin account), if applicable.
|
||||||
if homeTimelined := s.timelineStatus(ctx,
|
if homeTimelined = s.timelineStatus(ctx,
|
||||||
s.State.Caches.Timelines.Home.MustGet(follow.AccountID),
|
s.State.Caches.Timelines.Home.MustGet(follow.AccountID),
|
||||||
follow.Account,
|
follow.Account,
|
||||||
status,
|
status,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue