Paul Frazee
Paul Frazee
I'll trust yall on this one
(Tests certainly look right)
Similar to other kinds of mutes, I need to have "thread muted" state attached to posts when they're served so that I can correctly display the mute/unmute toggle. If we...
Yep correct. Also I'm applying this filter clientside right now -- not sure 100% what the plan is for server/client filtering of notifs but I have all the needed logic...
@dholms is that the correct `image` form though? Shouldn't there be some $-sign keys in there?
@myConsciousness can you show us the entire "row" object which that snippet comes from?
Looks like react native? Here is my current polyfill file: ```typescript import 'fast-text-encoding' import Graphemer from 'graphemer' export {} /** https://github.com/MaxArt2501/base64-js The MIT License (MIT) Copyright (c) 2014 MaxArt2501 */...
Oh nope— I put this at the start of the bundle before anything else gets imported
Sure thing, I'll see if we can't get that done soon
I created an example repo for you: https://github.com/pfrazee/example-atproto-rn-app Turns out I also needed to add a better `URL` polyfill. I'm unsure why I haven't needed that in our social app,...