We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56163 commit 9226fe0Copy full SHA for 9226fe0
platforms/evoting-api/src/services/MessageService.ts
@@ -71,7 +71,7 @@ export class MessageService {
71
72
const voteUrl = `${process.env.PUBLIC_EVOTING_URL || 'http://localhost:3000'}/${voteId}`;
73
return await this.createSystemMessage({
74
- text: `eVoting Platform: New vote created!\n\n"${voteTitle}"\n\nVote ID: ${voteId}\n\nCreated by: ${creatorName}${deadlineText}\n\n<a href="${voteUrl}">Cast your vote here</a>`,
+ text: `eVoting Platform: New vote created!\n\n"${voteTitle}"\n\nVote ID: ${voteId}\n\nCreated by: ${creatorName}${deadlineText}\n\n<a href="${voteUrl}" target="_blank">Cast your vote here</a>`,
75
groupId,
76
voteId,
77
});
0 commit comments