When does it log "check personal message"?

That’s weird - I can confirm this happening on meta.


This is coming from webhooks that fire when the first post of a topic is destroyed. The log is created before the webhook existence check happens, so it occurs even if no webhooks receive the topic content.

cc @vinothkannans - this was https://github.com/discourse/discourse/commit/8430ea927e, can you think of fixes for this? TopicView.new() is what’s creating the PM viewing action.

7 Likes