Remove federation check from PublishResolveR
This commit is contained in:
parent
34386bcf52
commit
22c7b88a79
1 changed files with 2 additions and 2 deletions
|
@ -1289,8 +1289,8 @@ getPublishResolveR = do
|
|||
|
||||
postPublishResolveR :: Handler ()
|
||||
postPublishResolveR = do
|
||||
federation <- getsYesod $ appFederation . appSettings
|
||||
unless federation badMethod
|
||||
--federation <- getsYesod $ appFederation . appSettings
|
||||
--unless federation badMethod
|
||||
|
||||
(uTicket, (uCap, cap)) <- runFormPostRedirect PublishResolveR resolveForm
|
||||
|
||||
|
|
Loading…
Reference in a new issue