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)
|
if account.domain.nil? && !attribute_changed?(:local_only)
|
||||||
self.local_only = marked_local_only?
|
self.local_only = marked_local_only?
|
||||||
end
|
end
|
||||||
|
self.local_only = reblog.local_only if reblog?
|
||||||
end
|
end
|
||||||
|
|
||||||
def set_conversation
|
def set_conversation
|
||||||
|
|
Loading…
Reference in a new issue