summaryrefslogtreecommitdiff
path: root/internal/api/client/customemojis/customemojisget.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/customemojis/customemojisget.go')
-rw-r--r--internal/api/client/customemojis/customemojisget.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/customemojis/customemojisget.go b/internal/api/client/customemojis/customemojisget.go
index 79cb32acf..167c499d2 100644
--- a/internal/api/client/customemojis/customemojisget.go
+++ b/internal/api/client/customemojis/customemojisget.go
@@ -66,7 +66,7 @@ func (m *Module) CustomEmojisGETHandler(c *gin.Context) {
return
}
- emojis, errWithCode := m.processor.CustomEmojisGet(c)
+ emojis, errWithCode := m.processor.Media().GetCustomEmojis(c)
if errWithCode != nil {
apiutil.ErrorHandler(c, errWithCode, m.processor.InstanceGetV1)
return