Don't leak reblogs of local-only toots
This commit is contained in:
parent
92109c2cbe
commit
e9a8bb3d30
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ class Status < ApplicationRecord
|
|||
if account.domain.nil? && !attribute_changed?(:local_only)
|
||||
self.local_only = marked_local_only?
|
||||
end
|
||||
self.local_only = reblog.local_only if reblog?
|
||||
end
|
||||
|
||||
def set_conversation
|
||||
|
|
Loading…
Reference in a new issue