[Pleroma.Web.ActivityPub.Transmogrifier]: Fix actor key outside of object
[akkoma] / config / config.exs
index cf6cbaa9d140697be8017cdd63b4e1a77bb08250..0616fe4fb19d48a5ad288749c42af5a0fb64e49e 100644 (file)
@@ -12,6 +12,8 @@ config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
 
 config :pleroma, Pleroma.Upload, uploads: "uploads"
 
+config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"]
+
 # Configures the endpoint
 config :pleroma, Pleroma.Web.Endpoint,
   url: [host: "localhost"],