Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 3f30487

Browse files
committed
Do not encodeURIComponent for oldSchoolMailer - Should fix #1138
1 parent f2d172c commit 3f30487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/plugins/action.share/res/react/ShareDialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
showMailer:function(subject, message, users = []){
8686
if(ReactModel.Share.forceMailerOldSchool()){
8787
subject = encodeURIComponent(subject);
88-
message = encodeURIComponent(message);
8988
global.location.href = "mailto:[email protected]?Subject="+subject+"&Body="+message;
9089
return;
9190
}

0 commit comments

Comments
 (0)