diff --git a/lib/diaspora/fetcher/public.rb b/lib/diaspora/fetcher/public.rb index 8f196c625..a849a9071 100644 --- a/lib/diaspora/fetcher/public.rb +++ b/lib/diaspora/fetcher/public.rb @@ -111,7 +111,7 @@ module Diaspora; module Fetcher; class Public :created_at => ActiveSupport::TimeZone.new('UTC').parse(post['created_at']).to_datetime, :interacted_at => ActiveSupport::TimeZone.new('UTC').parse(post['interacted_at']).to_datetime, :frame_name => post['frame_name'] - }, :without_protection => true) + }) entry.save # re-enable everything we disabled before