This commit is contained in:
Erkin Alp Güney 2022-04-08 10:53:49 +03:00 committed by GitHub
parent 9b2976d6b1
commit 627e06f783

View File

@ -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" })