diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-07 17:06:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-07 17:06:47 +0900 |
| commit | faef125b74cd5ae32c69f2d997b5fc9c179ca475 (patch) | |
| tree | 930889532668ca402f4b986ae45a2892148b52b8 /packages/backend/src/models | |
| parent | remove unused components (diff) | |
| download | misskey-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.ts | 1 |
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.', |