fix: bangumi mid

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-31 16:59:44 +08:00
parent e834311664
commit 3ccc7ef69d
15 changed files with 21 additions and 18 deletions

View File

@@ -376,7 +376,7 @@ class _RepostPanelState extends CommonPublishPageState<RepostPanel> {
@override
Future onCustomPublish({required String message, List? pictures}) async {
dynamic result = await MsgHttp.createDynamic(
mid: GStorage.userInfo.get('userInfoCache')?.mid,
mid: Accounts.main.mid,
dynIdStr: widget.item?.idStr,
rid: widget.rid,
dynType: widget.dynType,