only "publish to followers" when things really change - fixes #733
All threads resolved!
All threads resolved!
What does this PR do?
This is not very pretty, but it seems to work correctly.
My initial idea was to render the user both before and after applying the changes, and compare the renderings, but that adds quite a few DB queries (renderPerson
fetches images and emoji) and I felt the not-even-that-simpler code was not worth the added cost.
Better ideas welcome!
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request