FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra

This commit is contained in:
Robin Ward
2013-12-31 14:37:43 -05:00
parent 62db063e1e
commit 4f8aed295a
28 changed files with 653 additions and 13 deletions

View File

@ -213,6 +213,7 @@ class PostCreator
post.send("#{a}=", @opts[a]) if @opts[a].present?
end
post.cook_method = @opts[:cook_method] if @opts[:cook_method].present?
post.extract_quoted_post_numbers
post.created_at = Time.zone.parse(@opts[:created_at].to_s) if @opts[:created_at].present?
@post = post