mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
Implement bond
This commit is contained in:
@@ -135,9 +135,6 @@ fn cleanup_account(user: &mut JsonValue) {
|
||||
if user["master_music_ids"].len() != NEW_USER["master_music_ids"].len() {
|
||||
user["master_music_ids"] = NEW_USER["master_music_ids"].clone();
|
||||
}
|
||||
if user["master_title_ids"].is_empty() {
|
||||
user["master_title_ids"] = NEW_USER["master_title_ids"].clone();
|
||||
}
|
||||
|
||||
let mut to_remove = array![];
|
||||
let items = user["item_list"].clone();
|
||||
|
Reference in New Issue
Block a user