More bugfixes

This commit is contained in:
Thomas Sileo
2019-08-24 11:11:36 +02:00
parent 40c847f1bd
commit a8d571f2a3
2 changed files with 4 additions and 4 deletions

View File

@@ -265,7 +265,9 @@ def admin_new() -> _Response:
thread=thread,
visibility=ap.Visibility,
emojis=config.EMOJIS.split(" "),
custom_emojis=EMOJIS_BY_NAME,
custom_emojis={
name: ap.Emoji(**dat) for name, dat in EMOJIS_BY_NAME.items()
},
)
)