mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-04 21:47:28 +08:00
[Enhance][Bug fix] User settings & /user/me/setting error
- Add a new settings 'mp_notification_enabled' - Fix a bug that user can not change online settings. (Show Potential/Stamina Notification/Invite Notification)
This commit is contained in:
@@ -35,7 +35,8 @@ max_stamina_ts int,
|
||||
stamina int,
|
||||
world_mode_locked_end_ts int,
|
||||
beyond_boost_gauge real default 0,
|
||||
kanae_stored_prog real default 0
|
||||
kanae_stored_prog real default 0,
|
||||
mp_notification_enabled int
|
||||
);
|
||||
create table if not exists login(access_token text,
|
||||
user_id int,
|
||||
|
||||
Reference in New Issue
Block a user