[native] Default parsedSpoilerIdentifier to null
Summary:
Not a big deal, but @atul and I decided that we should default parsedSpoilerIdentifier to null in the event of an unexpected value. Note that I still need to explicity check if parsedSpoilerIdentifier !== null, since if I just checked if (parsedSpoilerIdentifier) and parsedSpoilerIdentifier = 0, it would make the condition false.
Test Plan: Tested both spoilers mid-text and at the start of the text to make sure they still work as expected.
Reviewers: atul, ginsu
Reviewed By: atul
Subscribers: ashoat, tomek, atul
Differential Revision: https://phab.comm.dev/D5839