我正在尝试确认是否有一个配置选项可以设置创建主题时的默认通知级别(具体来说,我不希望用户自动关注他们创建的主题)。我使用 Discourse 作为论坛后端并通过 API 调用,因此我知道如何通过这种方式绕过该问题,但如果我错过了相关配置,我会很遗憾。提前感谢。
1 个赞
There is no option for this, but since you are creating topics through the API, you can accomplish it by setting the parameter auto_track to false when you create the topic.
2 个赞
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.