能否一次性删除所有“自动顶起”的消息?

最好的方法是从 Discourse 界面使用 Data Explorer 来完成:

使用以下查询:

SELECT * from posts
WHERE action_code = 'autobumped'

3 个赞