mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix moderators not being able to unstick topics
This commit is contained in:
parent
3cbd80abc8
commit
c7208a3098
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ defmodule PhilomenaWeb.Topic.StickController do
|
|||
alias Philomena.Topics.Topic
|
||||
alias Philomena.Topics
|
||||
|
||||
plug PhilomenaWeb.CanaryMapPlug, create: :show
|
||||
plug PhilomenaWeb.CanaryMapPlug, create: :show, delete: :show
|
||||
|
||||
plug :load_and_authorize_resource,
|
||||
model: Forum,
|
||||
|
|
Loading…
Reference in a new issue