summaryrefslogtreecommitdiff
path: root/packages/backend/src/models
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-01-07 17:06:47 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-01-07 17:06:47 +0900
commitfaef125b74cd5ae32c69f2d997b5fc9c179ca475 (patch)
tree930889532668ca402f4b986ae45a2892148b52b8 /packages/backend/src/models
parentremove unused components (diff)
downloadmisskey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.tar.gz
misskey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.tar.bz2
misskey-faef125b74cd5ae32c69f2d997b5fc9c179ca475.zip
bye room
Diffstat (limited to 'packages/backend/src/models')
-rw-r--r--packages/backend/src/models/entities/user-profile.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/models/entities/user-profile.ts b/packages/backend/src/models/entities/user-profile.ts
index eb8cdadd19..d8317de8d3 100644
--- a/packages/backend/src/models/entities/user-profile.ts
+++ b/packages/backend/src/models/entities/user-profile.ts
@@ -124,6 +124,7 @@ export class UserProfile {
})
public clientData: Record<string, any>;
+ // TODO: そのうち消す
@Column('jsonb', {
default: {},
comment: 'The room data of the User.',