We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d83f65 commit 52a79bcCopy full SHA for 52a79bc
components/gitpod-db/src/typeorm/user-db-impl.ts
@@ -77,7 +77,7 @@ export class TypeORMUserDBImpl implements UserDB {
77
id: uuidv4(),
78
creationDate: new Date().toISOString(),
79
identities: [],
80
- allowsMarketingCommunication: false,
+ allowsMarketingCommunication: true,
81
additionalData: { ideSettings: { defaultIde: 'code' } },
82
};
83
await this.storeUser(user);
0 commit comments