I have a question about the following [code](https://searchfox.org/mozilla-central/source/toolkit/mozapps/update/UpdateService.sys.mjs#3100-3122) in _postUpdateProcessing. I understand that cleanupReadyUpdate() will remove the update object. So how do we ensure the "What's New Page" is shown before the object is removed, in the context of a regular update? (meaning just the same profile updating and opening Firefox)
Bug 1889785 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I have a question about the following [code](https://searchfox.org/mozilla-central/source/toolkit/mozapps/update/UpdateService.sys.mjs#3100-3122) in _postUpdateProcessing. I understand that cleanupReadyUpdate() will be called after a successful update to remove the update object. So how do we ensure the "What's New Page" is shown before the object is removed, in the context of a regular update? (meaning just the same profile updating and opening Firefox)