토픽을 새 카테고리로 이동하고 알림을 억제하는 기능

문제

커뮤니티는 때때로 성장하고, 변화하며, 진화합니다.我的企业 커뮤니티의 경우에도 그런 것 같습니다. 이런 일이 발생하면, 카테고리들이 통합되고 주제가 병합되기도 합니다.

불행히도, 카테고리 A에서 주제를 카테고리 B로 옮길 때, 카테고리 B의 “새 주제” 알림에 구독되어 있는 사람들이 모든 주제에 대해 알림을 받는다는 것을 알게 되었습니다. 예를 들어, 10개의 주제를 일괄 이동하면 모든 사용자에게 10개의 알림이 발송됩니다.

해결책

일괄 이동(태깅 등 다른 작업도 포함될 수 있음) 시 불필요한 알림으로 사람들을 괴롭히지 않도록 알림을 억제하는 옵션을 제공해 주세요.

이는 분명히 불편한 부분입니다. 집 안의 벽을 옮기려면 동네 전체를 깨워야 하는 것처럼, 특정 구조에 종속된 느낌을 주기 때문입니다.

:megaphone: 관리자 수정: 이 문제가 해결되었습니다! :partying_face:

5개의 좋아요

We have the disable category edit notifications and disable tag edit notifications admin settings that may be useful here?

5개의 좋아요

I never found that setting while searching—thank you! Are there any other ramifications of disable category edit notifications being on besides my use case mentioned?

1개의 좋아요

I turn ours on temporarily when doing a tidy-up (I also keep the settings tab open in case I wander off and forget about it :slight_smile:). If left on, it also suppresses the notifications from publishing shared drafts, etc so I don’t think it’s desirable to have it on full-time.

There is some work going on for bulk actions at the moment, and I’m hoping there’ll be an additional checkbox or similar in there so you can choose to ninja-move them at that point. (:crossed_fingers:)

5개의 좋아요

Does it also affect this?

I have a category that gets posted into by an external integration, and that integration also edits its original posts.

Does this setting affect that in any way? Or is there anything I should be doing to ensure people who follow those topics are getting notified of edits?

@sp-jordan-violet
for your case, people are not notified for this edit from external integration, right ?

just a thought, for your case, since you have a process that edits the post, is that done in another server ? if so, you could add some logic there, send a personal message (PM) the participants of that topic using discourse API.
I checked the API, the function to add an entry to notification is not exposed tho… but could do PM instead.

That would be quite inefficient, you’d really just want users to be notified right at the source. But good thinking outside the box!

You also tagged the wrong Jordan :smiley:

1개의 좋아요

I think those two settings only affect category and tag edits and not any changes made to the content of the posts themselves.

yes, that is kind of a workaround for that case… and when have no access to the server to modify the system… (many are using a hosted instance…)

2025-07-30의 이 개발 내용이 여기 관련이 있을 것 같습니다:

2개의 좋아요