1
0

merge: latest changes

This commit is contained in:
Marie
2024-02-09 19:22:06 +01:00
91 changed files with 1103 additions and 494 deletions
@@ -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,