Is there a feature to email admin when moderated posts need attention?

I don’t get to post approvals fast enough because I am not watching the site all the time but I would do them right away if I got an email alert. Is there an option to receive email notification as soon as a post requires review? Thank you.

There is a site setting called notify about queued posts after that sets the number of hours to wait before sending a notification to all site moderators about posts in the approval queue. The setting defaults to 24 hours. You can set it as low as 1 hour. Setting it to 0 will disable notifications about queued posts.

Notifications about queued posts are only sent to moderators, they are not sent to admins. If you’re an admin and wish to receive notifications about queued posts, you will need to grant yourself moderator status.

Thank you very much.

Is this documented somewhere? I’ve asked this question before and couldn’t get an answer so I’m very grateful for you sharing this!

@simon can you tell me where i find the list of queued posts for moderation

Thanks Gavin! much appreciated

it’s my pleasure. Just trying to help where I can. :slight_smile:

For those who find their way to this thread when looking for ways to enable more email notifications when admin attention is needed, the setting notify about reviewable item after looks relevant as well. That said, I’m not sure what the difference between the two settings is offhand, so am curious whether any Discourse experts could distinguish them?

queued posts에 대한 알림 시간(분)을 2로 설정한 후, 일반 권한 사용자로 이벤트를 생성했습니다. 거의 4시간이 지났는데도 이메일이 오지 않았습니다.

discourse/app/jobs/scheduled/pending_queued_posts_reminder.rb at 30d8364f0abba8599fc0b82df0d9017b54d85d21 · discourse/discourse · GitHub 를 살펴보니, 이 작업은 15분마다 확인되어야 하는 것으로 보입니다.

a) 제가 놓치고 있는 것이 있을까요?

b) 이 알림은 사이트 관리자에게만 보내야 하는지, 아니면 이벤트가 생성된 카테고리의 관리자에게도 보내야 하는지(제가 원하는 방식) 궁금합니다.

또한 queued posts에 대한 알림 시간(분)을 2(정수)로 변경했는데, 부동소수점으로 표시되는 것 같습니다. Ruby를 전혀 몰라서 이것이 문제를 일으킬지 알 수 없습니다.

네, 내 관리자 인박스에 메시지가 전송된 것을 확인했습니다. 해당 설정은 이전에 '추적(tracking)'으로 되어 있었는데, 이제 '관심(watching)'으로 변경했습니다.

관리자 중 한 명을 사칭해 확인해 본 결과, 카테고리 관리자에게는 ‘관리자’ 자격으로 메시지가 전송되지 않는 것 같습니다.

카테고리에 대기 중인 게시물이 있다는 사실을 카테고리 관리자에게 알리는 방법이 있을까요?