From f6ee13c2633527ab583577c4fcc4fca7e423c28a Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 27 Mar 2024 08:16:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=BD=E7=95=A5=E9=94=AE=E7=9B=98?= =?UTF-8?q?=E4=B8=AD=E6=96=AD=E7=B1=BB=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liteyuki/plugins/liteyuki_user/profile_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liteyuki/plugins/liteyuki_user/profile_manager.py b/liteyuki/plugins/liteyuki_user/profile_manager.py index acf8653..b1124ff 100644 --- a/liteyuki/plugins/liteyuki_user/profile_manager.py +++ b/liteyuki/plugins/liteyuki_user/profile_manager.py @@ -141,3 +141,5 @@ def set_profile(key: str, value: str) -> bool: elif key == "timezone": if value in pytz.all_timezones: return True + elif key == "nickname": + return True