Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5435'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 23, 2024
2 parents 99af52b + 5dbf32d commit 967a901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/api/messages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class MessagesController < ApiController
before_action :authorize

before_action :check_api_writable, :only => [:create, :update, :destroy]
before_action :check_api_readable, :except => [:create, :update, :destroy]

authorize_resource

Expand Down

0 comments on commit 967a901

Please sign in to comment.