mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 03:45:31 +08:00
FIX: New badges were missing post link
This commit is contained in:
parent
95854a94c9
commit
b0803f7035
@ -49,8 +49,8 @@ class CookedPostProcessor
|
||||
def grant_badges
|
||||
return unless Guardian.new.can_see?(@post)
|
||||
|
||||
BadgeGranter.grant(Badge.find(Badge::FirstEmoji), @post.user) if has_emoji?
|
||||
BadgeGranter.grant(Badge.find(Badge::FirstOnebox), @post.user) if @has_oneboxes
|
||||
BadgeGranter.grant(Badge.find(Badge::FirstEmoji), @post.user, post_id: @post.id) if has_emoji?
|
||||
BadgeGranter.grant(Badge.find(Badge::FirstOnebox), @post.user, post_id: @post.id) if @has_oneboxes
|
||||
end
|
||||
|
||||
def keep_reverse_index_up_to_date
|
||||
|
Loading…
x
Reference in New Issue
Block a user