mirror of
https://github.com/discourse/discourse.git
synced 2025-03-10 07:35:27 +08:00

This allows plugins to skip the "posted" notifications for watching users, when posts get moved. The specs are kind of wild looking, as this unit tests a private method. This is difficult to isolate otherwise, with lots of trickery needed to make sure that this actually works. I opted to unit test just this method instead.