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 fcc9985 commit c8317b0Copy full SHA for c8317b0
src/messageComposer/messageComposer.ts
@@ -371,10 +371,6 @@ export class MessageComposer extends WithSubscriptions {
371
this.addUnsubscribeFunction(this.subscribeCustomDataManagerStateChanged());
372
this.addUnsubscribeFunction(this.subscribeMessageComposerStateChanged());
373
this.addUnsubscribeFunction(this.subscribeMessageComposerConfigStateChanged());
374
- if (this.config.drafts.enabled) {
375
- this.addUnsubscribeFunction(this.subscribeDraftUpdated());
376
- this.addUnsubscribeFunction(this.subscribeDraftDeleted());
377
- }
378
379
return this.unregisterSubscriptions;
380
};
0 commit comments