mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
2e78045af1
Posts with self-mentions aren't updated with username updates. This happens because mention `UserAction` entries aren't logged for self-mentions. This change updates the lookup of `Post` and `PostRevision` with mentions to bypass `UserAction` entries.