]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/api_ability.rb
Improve download link translation
[rails.git] / app / abilities / api_ability.rb
index d183aca74bb10ee7a90420c52fe29fa2fd53fdb3..acacec049af1f20f6372c3a008945961fdda6c29 100644 (file)
@@ -44,7 +44,9 @@ class ApiAbility
 
           can :destroy, Note if scopes.include?("write_notes")
 
-          can :redact, [OldNode, OldWay, OldRelation] if user&.terms_agreed? && scopes.include?("write_redactions")
+          can :redact, [OldNode, OldWay, OldRelation] if user.terms_agreed? && scopes.include?("write_redactions")
+
+          can :create, UserBlock if scopes.include?("write_blocks")
         end
       end
     end