mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
refactor(backend): remove redundant SQL clause
This commit is contained in:
parent
2f2a0e3c5e
commit
7074f80ea2
@ -400,7 +400,6 @@ export class ActivityPubServerService {
|
||||
.limit(limit + 1)
|
||||
.orderBy('reaction.id', 'DESC')
|
||||
.innerJoinAndSelect('reaction.note', 'note')
|
||||
.distinctOn(['note.id'])
|
||||
.getMany();
|
||||
|
||||
// 「次のページ」があるかどうか
|
||||
|
Loading…
Reference in New Issue
Block a user