forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-07-30 23:30:31 +02:00
parent 7d1f021e3f
commit c08476970e
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ def unsubscribe(v, post_id):
return "", 204
@app.post("/@<username>/message")
@limiter.limit("10/hour")
@auth_required
def message2(v, username):
user = get_user(username, v=v)