From e1872dceffa7b3abc078f88fadb8c1c58baffbcf Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 12:27:33 +0300 Subject: [PATCH] message2 -> message --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 2e2f29a1a3..8992fd646d 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -615,7 +615,7 @@ def unsubscribe(v, post_id): @limiter.limit("10/minute;20/hour;50/day", deduct_when=lambda response: response.status_code < 400) @limiter.limit("10/minute;20/hour;50/day", deduct_when=lambda response: response.status_code < 400, key_func=get_ID) @auth_required -def message2(v, username=None, id=None): +def message(v, username=None, id=None): if id: user = get_account(id, v=v, include_blocks=True) else: