mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 06:15:41 +08:00
Remove irrelevant comment.
This commit is contained in:
parent
5d4221fbe1
commit
0f2a303f00
@ -20,7 +20,6 @@ class AvatarLookup
|
|||||||
end
|
end
|
||||||
|
|
||||||
def user_lookup_hash
|
def user_lookup_hash
|
||||||
# adding tap here is a personal taste thing
|
|
||||||
hash = {}
|
hash = {}
|
||||||
User.joins(:user_emails)
|
User.joins(:user_emails)
|
||||||
.where(id: @user_ids)
|
.where(id: @user_ids)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user