Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	service/service.go
  • Loading branch information
akurilov committed Apr 13, 2024
2 parents b34da75 + fdb5756 commit eb5068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (svc service) updateJoined(ctx context.Context, ch model.Channel) {
svc.chansJoined[ch.Id] = &ch
default:
if chRuntime.Last.After(ch.Last) {
err := svc.stor.Update(ctx, ch.Link, ch.Last)
err := svc.stor.Update(ctx, ch.Link, chRuntime.Last)
if err != nil {
svc.log.Warn(fmt.Sprintf("Failed to update the channel %s last update time, cause: %s", ch.Link, err))
}
Expand Down

0 comments on commit eb5068b

Please sign in to comment.