mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: build broke, also escaping issue on poster name
This commit is contained in:
@ -18,7 +18,6 @@ class EmbedController < ApplicationController
|
||||
limit: SiteSetting.embed_post_limit,
|
||||
exclude_first: true,
|
||||
exclude_deleted_users: true)
|
||||
@topic_view.posts.reject! {|p| p.user.blank?}
|
||||
|
||||
@second_post_url = "#{@topic_view.topic.url}/2" if @topic_view
|
||||
@posts_left = 0
|
||||
|
Reference in New Issue
Block a user