This commit is contained in:
Georg Gadinger 2023-10-18 21:53:30 +02:00
parent dc41f15097
commit 8a26232fe6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Inbox < ApplicationRecord
user.profile.anon_display_name || APP_CONFIG["anonymous_name"]
else
question.user.profile.safe_name
end
end,
),
icon: notification_icon,
body: question.content.truncate(Question::SHORT_QUESTION_MAX_LENGTH),