mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: bangumi mid
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -166,7 +166,7 @@ class LiveRoomController extends GetxController {
|
||||
msgStream = LiveMessageStream(
|
||||
streamToken: info.data.token,
|
||||
roomId: roomId,
|
||||
uid: GStorage.userInfo.get('userInfoCache')?.mid ?? 0,
|
||||
uid: Accounts.main.mid,
|
||||
servers: servers,
|
||||
);
|
||||
msgStream?.addEventListener((obj) {
|
||||
|
||||
Reference in New Issue
Block a user