mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 16:01:02 +08:00
FIX: revert utf-8 encode changes
This commit is contained in:
parent
be01491c04
commit
1841dd48dc
|
@ -89,7 +89,6 @@ module Jobs
|
|||
def parsed_feed
|
||||
raw_feed = fetch_rss
|
||||
return nil if raw_feed.blank?
|
||||
raw_feed.encode!("UTF-8", invalid: :replace, undef: :replace, replace: "")
|
||||
|
||||
if SiteSetting.embed_username_key_from_feed.present?
|
||||
FeedElementInstaller.install(SiteSetting.embed_username_key_from_feed, raw_feed)
|
||||
|
|
Loading…
Reference in New Issue
Block a user