mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
feat(server): refactor mail queue (#15204)
This commit is contained in:
@@ -148,6 +148,10 @@ export class SelfhostTeamSubscriptionManager extends SubscriptionManager {
|
||||
name: 'TeamLicense',
|
||||
to: userEmail,
|
||||
props: { license: key },
|
||||
metadata: {
|
||||
dedupeKey: `selfhost-license:${key}`,
|
||||
source: { trusted: false },
|
||||
},
|
||||
});
|
||||
|
||||
await this.upsertStripeProviderSubscription(
|
||||
|
||||
Reference in New Issue
Block a user