Merge branch 'develop' into mahjong

This commit is contained in:
syuilo
2024-02-08 16:59:43 +09:00
106 changed files with 674 additions and 362 deletions

View File

@@ -43,7 +43,7 @@ class UserListChannel extends Channel {
this.withRenotes = params.withRenotes ?? true;
// Check existence and owner
const listExist = await this.userListsRepository.exist({
const listExist = await this.userListsRepository.exists({
where: {
id: this.listId,
userId: this.user!.id,