This commit is contained in:
ThatOneCalculator 2023-03-16 18:58:41 -07:00
parent 843dc5fd9e
commit a8f6378c75
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 0 additions and 6 deletions

View File

@ -30,10 +30,4 @@ export class NoteThreadMuting {
length: 256,
})
public threadId: string;
@Column('enum', {
array: true,
default: [],
})
public mutingNotificationTypes: any;
}