mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 19:36:43 +01:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
c0f72970b9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue