[https://www.loom.com/share/02f1e36c35cd433a93c78ecb58d5ff05](https://www.loom.com/share/02f1e36c35cd433a93c78ecb58d5ff05 "smartCard-inline")
- Move the mute in PostItemBody to load from the localPrefernece Context
- When it initializes it needs to read the cookie if it exists else default value should be set
- Once in the context it reads from that context and future updates will update the cookie but not read from the cookie. The cookie is only read from on initialization
- Do the same thing in mobile but use the AsyncStorage to save the mute state and initialize from it the same way the cookie does