mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 23:56:13 +08:00
opt: handle pm share type
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -83,7 +83,9 @@ class HtmlRenderController extends ReplyController<MainListReply> {
|
||||
if (dynamicType == 'opus' || dynamicType == 'picture') {
|
||||
res = await HtmlHttp.reqHtml(id, dynamicType);
|
||||
if (res != null) {
|
||||
type = res['commentType'];
|
||||
if (res['commentType'] is int) {
|
||||
type = res['commentType'];
|
||||
}
|
||||
if (res['favorite'] != null) {
|
||||
favStat.addAll({
|
||||
'status': true,
|
||||
|
||||
Reference in New Issue
Block a user