Stores liked post URIs in the atom store, modifying the Atom store in the util to store both the Post Uri and the LikeUri, to allow for storing what posts were liked and allowing for deleting the like record.
Also modified the hasLiked boolean to be true if the post has a like string, or if the post exists in the Liked Posts Cache.
hey i just noticed that the PR description mentions modifying the atom, but the diff only includes changes to the UniversalPostRenderer.tsx file.
when i tried applying the patch locally i ran into an error Argument of type 'boolean' is not assignable to parameter of type 'SetStateAction<string | undefined>'.ts(2345)
it seems like the atom changes might not have been included in the diff