Merge branch 'mkljczk-develop-patch-20799' into 'develop'
Allow exporting events to ics when unauthenticated See merge request soapbox-pub/rebased!222
This commit is contained in:
commit
8c7bdf1dbb
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ defmodule Pleroma.Web.PleromaAPI.EventController do
|
||||||
|
|
||||||
plug(
|
plug(
|
||||||
OAuthScopesPlug,
|
OAuthScopesPlug,
|
||||||
%{scopes: ["read:statuses"]}
|
%{fallback: :proceed_unauthenticated, scopes: ["read:statuses"]}
|
||||||
when action in [:export_ics]
|
when action in [:export_ics]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue