UBER-845: Add NotificationPresenter to send rich text notifications (#3729)

Signed-off-by: Maxim Karmatskikh <mkarmatskih@gmail.com>
This commit is contained in:
Maksim Karmatskikh
2023-09-28 12:08:00 +07:00
committed by GitHub
parent a3fd97e3b4
commit 1ca9de297a
21 changed files with 368 additions and 47 deletions
+7 -1
View File
@@ -481,7 +481,13 @@ export default plugin(trackerId, {
},
string: {
ConfigLabel: '' as IntlString,
NewRelatedIssue: '' as IntlString
NewRelatedIssue: '' as IntlString,
IssueNotificationTitle: '' as IntlString,
IssueNotificationBody: '' as IntlString,
IssueNotificationChanged: '' as IntlString,
IssueNotificationChangedProperty: '' as IntlString,
IssueNotificationMessage: '' as IntlString,
IssueAssigneedToYou: '' as IntlString
},
mixin: {
ProjectIssueTargetOptions: '' as Ref<Mixin<ProjectIssueTargetOptions>>