您好,@techwithanirudh! ![]()
我们最近重新设计了问题检查系统,以支持更多用例,目前我们还没有机制来清除已卸载插件的通知。我们正在努力解决这个问题。
目前,您可以尝试使用以下控制台命令来清除通知:
ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
AdminNotice.where(identifier: "discourse_automation").delete_all
您好,@techwithanirudh! ![]()
我们最近重新设计了问题检查系统,以支持更多用例,目前我们还没有机制来清除已卸载插件的通知。我们正在努力解决这个问题。
目前,您可以尝试使用以下控制台命令来清除通知:
ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
AdminNotice.where(identifier: "discourse_automation").delete_all