grrrr
This commit is contained in:
parent
843dc5fd9e
commit
a8f6378c75
|
@ -30,10 +30,4 @@ export class NoteThreadMuting {
|
||||||
length: 256,
|
length: 256,
|
||||||
})
|
})
|
||||||
public threadId: string;
|
public threadId: string;
|
||||||
|
|
||||||
@Column('enum', {
|
|
||||||
array: true,
|
|
||||||
default: [],
|
|
||||||
})
|
|
||||||
public mutingNotificationTypes: any;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue