mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-12 21:17:41 +08:00
fix(dynamics): disable shadow ban check for scheduled posts (#2059)
This commit is contained in:
@@ -801,7 +801,7 @@ class _CreateDynPanelState extends CommonRichTextPubPageState<CreateDynPanel> {
|
||||
SmartDialog.showToast('发布成功');
|
||||
final id = response?['dyn_id'];
|
||||
RequestUtils.insertCreatedDyn(id);
|
||||
if (!_isPrivate.value) {
|
||||
if (!_isPrivate.value && _publishTime.value == null) {
|
||||
RequestUtils.checkCreatedDyn(
|
||||
id: id,
|
||||
dynText: editController.rawText,
|
||||
|
||||
Reference in New Issue
Block a user