mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user