Fix type on communication_disabled_until

This commit is contained in:
Rory&
2025-11-25 18:58:40 +01:00
parent 5a0c7084fe
commit f39e015528

View File

@@ -133,7 +133,7 @@ export class Member extends BaseClassWithoutId {
@Column({ nullable: true })
pronouns?: string;
@Column({ nullable: true })
@Column({ nullable: true, type: Date })
communication_disabled_until: Date | null;
// TODO: add this when we have proper read receipts