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 81e9c6e commit 66763b2Copy full SHA for 66763b2
src/JoinRpg.Services.Email/EmailServiceImpl.cs
@@ -332,7 +332,7 @@ public async Task Email(PublishPlotElementEmail email)
332
333
Для вас опубликована вводная. Прочитать ее: {messageService.GetUserDependentValue(ClaimUriKey)}
334
335
-{email.Text}");
+{email.Text.Contents}");
336
337
var recipients = email.Claims
338
.DistinctBy(x => x.PlayerUserId)
0 commit comments