|
@ -188,7 +188,7 @@ func (r *itemRepository) Fetch(ctx context.Context, filter models.ItemFilter) ([ |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
if sdi != nil && sdj != nil { |
|
|
if sdi != nil && sdj != nil { |
|
|
if *sdi != *sdj { |
|
|
|
|
|
|
|
|
if *sdi == *sdj { |
|
|
// This should change the behavior on the front page only. #hax
|
|
|
// This should change the behavior on the front page only. #hax
|
|
|
if filter.UnAcquired { |
|
|
if filter.UnAcquired { |
|
|
return cti.Before(ctj) |
|
|
return cti.Before(ctj) |
|
|