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

The best way would be to do it from the Discourse interface with Data Explorer:

Use the following query:

SELECT * from posts
WHERE action_code = 'autobumped'

3 个赞