mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
FIX: Shared draft performance fix + missing avatars
This commit is contained in:
+15
-12
@@ -26,18 +26,21 @@ class TopicList
|
||||
end
|
||||
end
|
||||
|
||||
attr_accessor :more_topics_url,
|
||||
:prev_topics_url,
|
||||
:draft,
|
||||
:draft_key,
|
||||
:draft_sequence,
|
||||
:filter,
|
||||
:for_period,
|
||||
:per_page,
|
||||
:top_tags,
|
||||
:current_user,
|
||||
:tags,
|
||||
:shared_drafts
|
||||
attr_accessor(
|
||||
:more_topics_url,
|
||||
:prev_topics_url,
|
||||
:draft,
|
||||
:draft_key,
|
||||
:draft_sequence,
|
||||
:filter,
|
||||
:for_period,
|
||||
:per_page,
|
||||
:top_tags,
|
||||
:current_user,
|
||||
:tags,
|
||||
:shared_drafts,
|
||||
:category
|
||||
)
|
||||
|
||||
def initialize(filter, current_user, topics, opts = nil)
|
||||
@filter = filter
|
||||
|
||||
Reference in New Issue
Block a user