-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Allow to change subject for email transcript #32792
Conversation
🦋 Changeset detectedLatest commit: e7fa992 The changes in this PR will be included in the next version bump. This PR includes changesets to release 34 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Looks like this PR is ready to merge! 🎉 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32792 +/- ##
===========================================
- Coverage 55.50% 55.45% -0.05%
===========================================
Files 2637 2638 +1
Lines 57289 57378 +89
Branches 11859 11881 +22
===========================================
+ Hits 31797 31819 +22
- Misses 22801 22861 +60
- Partials 2691 2698 +7
Flags with carried forward coverage won't be shown. Click here to find out more. |
apps/meteor/tests/unit/app/livechat/server/lib/sendTranscript.spec.ts
Outdated
Show resolved
Hide resolved
apps/meteor/tests/unit/app/livechat/server/lib/sendTranscript.spec.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
Proposed changes (including videos or screenshots)
Issue(s)
https://rocketchat.atlassian.net/browse/CORE-495
Steps to test or reproduce
Further comments
Allows admins to customize the
Subject
field of Omnichannel email transcripts viaCustom email subject for transcript
setting.