parent
b79ccc5207
commit
8e196a34a1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class Retraction
|
||||||
|
|
||||||
def public?
|
def public?
|
||||||
# TODO: backward compatibility for pre 0.6 pods, they don't relay public retractions
|
# TODO: backward compatibility for pre 0.6 pods, they don't relay public retractions
|
||||||
data[:target][:public] && (!data[:target][:parent] || data[:target][:parent][:local])
|
data[:target][:public] == "true" && (!data[:target][:parent] || data[:target][:parent][:local] == "true")
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue