mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 13:05:35 +08:00
FIX: Missing avatars on Messages page
(We like private_messages more than private_messags)
This commit is contained in:
parent
45b5adc5ed
commit
71860aab03
@ -189,7 +189,7 @@ class TopicQuery
|
||||
end
|
||||
|
||||
topics = topics.to_a.each do |t|
|
||||
t.allowed_user_ids = filter == :private_messags ? t.allowed_users.map{|u| u.id} : []
|
||||
t.allowed_user_ids = filter == :private_messages ? t.allowed_users.map{|u| u.id} : []
|
||||
end
|
||||
|
||||
list = TopicList.new(filter, @user, topics.to_a, options.merge(@options))
|
||||
|
Loading…
x
Reference in New Issue
Block a user