mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
[feature][chat]Refactor chat model config related codes.#1739
This commit is contained in:
@@ -29,7 +29,7 @@ public class User {
|
||||
return new User(id, name, name, name, 0);
|
||||
}
|
||||
|
||||
public static User getFakeUser() {
|
||||
public static User getDefaultUser() {
|
||||
return new User(1L, "admin", "admin", "admin@email", 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user