Fix locale not being set in REST API (#17847)
This commit is contained in:
parent
410989e081
commit
67d550830b
2 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
class ActivityPub::BaseController < Api::BaseController
|
||||
skip_before_action :require_authenticated_user!
|
||||
skip_around_action :set_locale
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue