mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
bad dog
This commit is contained in:
parent
dc41f15097
commit
8a26232fe6
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue