Merge pull request #4933 from tgxworld/use_username_in_cert
FIX: Use username in bot's certificate.
This commit is contained in:
commit
e7571d1c5d
|
@ -552,7 +552,7 @@ module DiscourseNarrativeBot
|
|||
private
|
||||
|
||||
def name
|
||||
(@user.name && !@user.name.blank? ? @user.name : @user.username).titleize
|
||||
@user.username.titleize
|
||||
end
|
||||
|
||||
def logo_group(size, width, height)
|
||||
|
|
Loading…
Reference in New Issue