Je ne suis pas sûr qu’il s’agisse vraiment d’un bogue ou simplement d’un comportement que je ne comprends pas tout à fait, mais il semble que citer quelqu’un dans un post enregistre son avatar à ce moment précis avec la citation. Comme ici :
I suppose its because the posts are baked with the URL at the time. Do you want a fix for this, or is it too potentially resource intensive to trigger a rebake each time someone changes their avatar?
Changing the avatar already triggers a rebake of posts containing quotes, but it’s currently quite resource intensive to find and rebake all posts. So, it’s possible that some of them won’t be updated. Post revisions aren’t updated at all.
I have plans to fix all of this when I’m working on improvements for user renaming/anonymizing in one of the next releases. It will require a new table that keeps track of all the places where a user is quoted, mentioned, oneboxed, and what not.
If you want to work on this, please keep in mind that rebaking just to update the avatar isn’t needed. I’d suggest reusing code from UpdatUsername. It’s a lot faster.
Cela se produit after_save mais utilise will_save_change, donc je suis à peu près sûr que cela ne se déclenche jamais. Il semble que cela fonctionnait avant, mais ce commit de 2017 (par erreur, je suppose) est passé de _changed à will_save_change.