Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
c0f72970b9
|
@ -209,7 +209,7 @@ async function deleteOldFile(user: IRemoteUser) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.bannerId) {
|
if (user.bannerId) {
|
||||||
q.andWhere('file.id != :bannerId', { bannerId: user.bannerId })
|
q.andWhere('file.id != :bannerId', { bannerId: user.bannerId });
|
||||||
}
|
}
|
||||||
|
|
||||||
q.orderBy('file.id', 'DESC');
|
q.orderBy('file.id', 'DESC');
|
||||||
|
|
Loading…
Reference in New Issue