يتم إرسال رسائل البريد الإلكتروني إلى مراقبي التصنيف حتى بعد تحويل الموضوع إلى رسالة خاصة

Hi all,

We’ve just had a situation on a forum where we’ve had a user post to a category being watched by other users. However, given the nature of their query, it was converted to a PM within 3 minutes by a moderator.

Although it was converted to a PM, it seems to have still triggered an email to those watching the category it was originally posted to, which doesn’t seem right to me. I would have expected the email not to have been sent as it was converted to a private/personal message.

إعجاب واحد (1)

oh my - if that’s happening then it’s a serious bug. are you able to replicate it? e.g.

  • create test accounts A and B
  • log in with account A and watch a category
  • log in with account B and create a topic in that category
  • receive email notification in account A
  • move topic into personal message
  • add reply as account B
  • receive email notification in account A

للتوضيح فقط -

  • المستخدم أ يشاهد التصنيف
  • المستخدم ب ينشئ موضوعًا جديدًا في نفس التصنيف
  • المحرر يحول منشور ب إلى رسالة خاصة بينه وبين ب فقط، خلال فترة زمنية قصيرة (مثلًا < 5 دقائق)
  • لا يزال المستخدم أ يتلقى بريدًا إلكترونيًا يُعلمه بالمنشور الجديد بعد x دقيقة من إنشاء المنشور

تمكّنت من تكرار المشكلة باستخدام حسابين تجريبيين. لا يزال البريد الإلكتروني يُرسل إلى المستخدم أ (لكنه لا يستطيع عرض الرسالة كاملة إذا نقر عليها).

لست خبيرًا في Discourse، ولكن بناءً على ما أراه، فإن الموضوع يُفعّل المهمة المجدولة في Sidekiq التي تُرسل بعد x دقيقة من إنشاء الموضوع.

إعجاب واحد (1)

To be clear, this is just the first post that was emailed, not the following private messages correct?

If that is the case I don’t see how you could prevent that to be honest, the email would have gone by the time someone converted it.

إعجاب واحد (1)

That’s correct - thankfully! :slight_smile:

At the point of being converted to a PM, the email is still sat in Sidekiq. I’m not going to say I’m a Discourse expert, or even say I understand how it works (because I don’t - I just love its format and a member of several Discourse powered sites), so I’m not sure if it could be prevented.

Perhaps a timeline of events could help explain the situation:

  • 5:20pm - User A posts publicly
  • 5:21pm - Mod converts post to a PM
  • 5:30pm - User B receives the “New post” email, with a subject of [Site Site][PM] New Topic

Just after the post was converted, there was a Jobs::UserEmail event in Sidekiq for the new topic.

Only speaking for myself (hosted by Discourse), it seems like my emails land pretty much immediately after a post. I have mailing list mode turned on, send me mail even if I’m on the site, that sort of thing. You might be able to call it back if it hadn’t been sent, but that seems like a race. In this case it was close, but if it had happened after the mod had logged off it likely would have sat there much longer.

There is a window – I think it’s 30 seconds. @jomaxro can confirm.

إعجاب واحد (1)

The defaults (configurable via site settings) are 20 seconds after posting for personal message notifications, and 10 minutes for all other notifications. The relevant site settings are personal email time window seconds and email time window mins.

6 إعجابات