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