Skip to content

Commit 52a79bc

Browse files
authored
Enable Product Comm by default for new Signups (#4365)
1 parent 9d83f65 commit 52a79bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/typeorm/user-db-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class TypeORMUserDBImpl implements UserDB {
7777
id: uuidv4(),
7878
creationDate: new Date().toISOString(),
7979
identities: [],
80-
allowsMarketingCommunication: false,
80+
allowsMarketingCommunication: true,
8181
additionalData: { ideSettings: { defaultIde: 'code' } },
8282
};
8383
await this.storeUser(user);

0 commit comments

Comments
 (0)