mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 01:12:25 -05:00
remove old use of go-bytes
This commit is contained in:
parent
dc1cf2c7b0
commit
bc46cd72b6
10 changed files with 3 additions and 435 deletions
|
|
@ -263,8 +263,7 @@ func (s *Surface) listTimelineStatusForFollow(
|
|||
// At this point we are certain this status
|
||||
// should be included in the timeline of the
|
||||
// list that this list entry belongs to.
|
||||
listTimelined, err := s.timelineStatus(
|
||||
ctx,
|
||||
listTimelined, err := s.timelineStatus(ctx,
|
||||
s.State.Timelines.List.IngestOne,
|
||||
list.ID, // list timelines are keyed by list ID
|
||||
follow.Account,
|
||||
|
|
@ -444,8 +443,7 @@ func (s *Surface) timelineAndNotifyStatusForTagFollowers(
|
|||
continue
|
||||
}
|
||||
|
||||
if _, err := s.timelineStatus(
|
||||
ctx,
|
||||
if _, err := s.timelineStatus(ctx,
|
||||
s.State.Timelines.Home.IngestOne,
|
||||
tagFollowerAccount.ID, // home timelines are keyed by account ID
|
||||
tagFollowerAccount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue