optional
This commit is contained in:
parent
9b2976d6b1
commit
627e06f783
@ -109,8 +109,8 @@ export class Member extends BaseClassWithoutId {
|
|||||||
onDelete: "DO NOTHING",
|
onDelete: "DO NOTHING",
|
||||||
// do not auto-kick force-joined members just because their joiners left the server
|
// do not auto-kick force-joined members just because their joiners left the server
|
||||||
}) **/
|
}) **/
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true})
|
||||||
joined_by: string;
|
joined_by?: string;
|
||||||
|
|
||||||
// TODO: add this when we have proper read receipts
|
// TODO: add this when we have proper read receipts
|
||||||
// @Column({ type: "simple-json" })
|
// @Column({ type: "simple-json" })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user