このコミットが含まれているのは:
@@ -505,7 +505,10 @@ class PostsController < ApplicationController
|
||||
memo[tag_id] = TagRepr.inline(tag).merge(children:, sections:)
|
||||
end
|
||||
|
||||
root_ids.filter_map { |id| build_node.call(id, []) }
|
||||
internal_tags = root_ids.filter_map { |id| build_node.call(id, []) }
|
||||
external_tags =
|
||||
post.external_tags.map { ExternalTagRepr.inline(_1).merge(children: [], sections: []) }
|
||||
internal_tags + external_tags
|
||||
end
|
||||
|
||||
def sibling_posts_by_parent parent_post_ids
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする