mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-05 10:45:45 +00:00
Fix type on communication_disabled_until
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user