2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #4933 from tgxworld/use_username_in_cert

FIX: Use username in bot's certificate.
This commit is contained in:
Guo Xiang Tan 2017-06-19 07:24:55 +09:00 committed by GitHub
commit e7571d1c5d

View file

@ -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)