mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: bump opengraph user avatar image to 200px
This commit is contained in:
parent
74b6fe8739
commit
988aca6d92
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class TopicView
|
|||
@desired_post.image_url
|
||||
elsif @desired_post.user
|
||||
# show poster avatar
|
||||
@desired_post.user.avatar_template_url.gsub("{size}", "100")
|
||||
@desired_post.user.avatar_template_url.gsub("{size}", "200")
|
||||
end
|
||||
else
|
||||
@topic.image_url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue