formatter.ex: Add get_emoji_map/1
This commit is contained in:
parent
d70af32127
commit
2f76a40d02
7 changed files with 72 additions and 10 deletions
|
|
@ -41,6 +41,7 @@ defmodule Pleroma.User.Info do
|
|||
field(:hide_favorites, :boolean, default: true)
|
||||
field(:pinned_activities, {:array, :string}, default: [])
|
||||
field(:flavour, :string, default: nil)
|
||||
field(:emoji, {:array, :map}, default: [])
|
||||
|
||||
field(:notification_settings, :map,
|
||||
default: %{"remote" => true, "local" => true, "followers" => true, "follows" => true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue