More bugfixes
This commit is contained in:
parent
40c847f1bd
commit
a8d571f2a3
2 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
},
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue