Push discovered status through streaming API within a time window (#6484)
Time window of 6 hours
This commit is contained in:
@ -74,7 +74,7 @@ class ActivityPub::Activity
|
||||
|
||||
# Only continue if the status is supposed to have
|
||||
# arrived in real-time
|
||||
return unless @options[:override_timestamps]
|
||||
return unless @options[:override_timestamps] || status.within_realtime_window?
|
||||
|
||||
distribute_to_followers(status)
|
||||
end
|
||||
|
Reference in New Issue
Block a user