forked from AkkomaGang/akkoma
Merge branch 'hotifx/emoji-trailing' into 'develop'
Call TrailingFormatPlug for /api/pleroma/emoji See merge request pleroma/pleroma!1634
This commit is contained in:
commit
592ce8a74f
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ defmodule Pleroma.Plugs.TrailingFormatPlug do
|
|||
"/nodeinfo",
|
||||
"/api/help",
|
||||
"/api/externalprofile",
|
||||
"/notice"
|
||||
"/notice",
|
||||
"/api/pleroma/emoji"
|
||||
]
|
||||
|
||||
def init(opts) do
|
||||
|
|
Loading…
Reference in a new issue