optional
This commit is contained in:
parent
9b2976d6b1
commit
627e06f783
@ -110,7 +110,7 @@ export class Member extends BaseClassWithoutId {
|
|||||||
// 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