mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
opt repost dyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -116,6 +116,7 @@ class MsgHttp {
|
||||
int? publishTime,
|
||||
ReplyOptionType? replyOption,
|
||||
int? privatePub,
|
||||
List<Map<String, dynamic>>? extraContent,
|
||||
}) async {
|
||||
var res = await Request().post(
|
||||
Api.createDynamic,
|
||||
@@ -133,7 +134,8 @@ class MsgHttp {
|
||||
"raw_text": rawText,
|
||||
"type": 1,
|
||||
"biz_id": "",
|
||||
}
|
||||
},
|
||||
if (extraContent != null) ...extraContent,
|
||||
]
|
||||
},
|
||||
if (privatePub != null || replyOption != null || publishTime != null)
|
||||
|
||||
Reference in New Issue
Block a user