This commit is contained in:
Erkin Alp Güney
2022-04-08 10:53:49 +03:00
committed by GitHub
parent 5774c037ee
commit 68d1b6efd2
+2 -2
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" })