logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 9f357d88c23b0170f15c7f129ed2b21b6ee5f692
parent 948d5a93a0063fec39b6d578bc39766f43087f8e
Author: Mark Felder <feld@feld.me>
Date:   Sat, 27 Jan 2024 14:00:17 -0500

Pleroma.Emoji: dialyzer error

lib/pleroma/emoji.ex:54:unknown_type
Unknown type: Emoji.t/0.

Diffstat:

Mlib/pleroma/emoji.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/emoji.ex b/lib/pleroma/emoji.ex @@ -51,7 +51,7 @@ defmodule Pleroma.Emoji do end @doc "Returns the path of the emoji `name`." - @spec get(String.t()) :: Emoji.t() | nil + @spec get(String.t()) :: Pleroma.Emoji.t() | nil def get(name) do name = maybe_strip_name(name)