Merge remote-tracking branch 'upstream/pull/4359'

This commit is contained in:
Tom Hughes 2025-02-16 09:04:17 +00:00
commit d90f353e5f
16 changed files with 273 additions and 137 deletions

View file

@ -11,6 +11,7 @@ class ApiAbility
can :create, Note unless user
can [:read, :download], Changeset
can :read, ChangesetComment
can :read, Tracepoint
can :read, User
can :read, [Node, Way, Relation, OldNode, OldWay, OldRelation]