Skip to content

Commit 66763b2

Browse files
authored
Поправить отображение вводных в письмах (#3053)
1 parent 81e9c6e commit 66763b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoinRpg.Services.Email/EmailServiceImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public async Task Email(PublishPlotElementEmail email)
332332
333333
Для вас опубликована вводная. Прочитать ее: {messageService.GetUserDependentValue(ClaimUriKey)}
334334
335-
{email.Text}");
335+
{email.Text.Contents}");
336336

337337
var recipients = email.Claims
338338
.DistinctBy(x => x.PlayerUserId)

0 commit comments

Comments
 (0)