Skip to content

Commit

Permalink
fix: publish news : email received displays truncated border and cont…
Browse files Browse the repository at this point in the history
…ent - EXO-70913 (#1177)
  • Loading branch information
azayati committed May 6, 2024
1 parent 06771fb commit 133fc0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ protected MessageInfo makeMessage(NotificationContext ctx) {
templateContext.put("FIRST_NAME", encoder.encode(receiver.getProfile().getProperty(Profile.FIRST_NAME).toString()));
// Footer
templateContext.put("FOOTER_LINK", LinkProviderUtils.getRedirectUrl("notification_settings", receiver.getRemoteId()));
templateContext.put("COMPANY_LINK", LinkProviderUtils.getBaseUrl());
String subject = TemplateUtils.processSubject(templateContext);
String body = TemplateUtils.processGroovy(templateContext);
// binding the exception throws by processing template
Expand Down

0 comments on commit 133fc0c

Please sign in to comment.