forked from MarseyWorld/MarseyWorld
add typing
parent
7ea49c3cc9
commit
335260b85f
|
@ -47,7 +47,7 @@ def submit_emojis(v):
|
|||
return render_template("submit_emojis.html", v=v, emojis=emojis)
|
||||
|
||||
|
||||
emoji_modifiers = ('pat', 'talking', 'genocide', 'love')
|
||||
emoji_modifiers = ('pat', 'talking', 'genocide', 'love', 'typing')
|
||||
|
||||
@app.post("/submit/emojis")
|
||||
@feature_required('EMOJI_SUBMISSIONS')
|
||||
|
|
Loading…
Reference in New Issue