Skip to content

Commit

Permalink
add render support for title
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Dec 20, 2018
1 parent 76a3278 commit f8afb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function sendMsgFromWork({
safe,
title
}) {
title = render(title);
const description = render(message);
const textcard = { title, url, btntext, description };
return request({
Expand Down

0 comments on commit f8afb41

Please sign in to comment.