William Casarin
William Casarin
the if let should handle this?
oh weird yeah this is a bug
pretty sure we handle this already? I'm confused. see onOpenURL in ContentView
it supports the old nostr:e:hexkey and nostr:p:hexkey thing but we should make it support npub and note
Yeah I don't think nav is being done correctly, it uses a single stack which is probably wrong?
I fixed profile and note loading in latest build! let me know what you think
that section is for uris. The feature we have now is universal links via domain association entitlement: https://damus.io/.well-known/apple-app-site-association If you click the link in the notes app, signal, telegram, etc...
testing link here... https://damus.io/note1ws6wdg3rgmgue2sjxqp3gkmql70nsvm4fphsgl6nr7km2y57tzpsd0gy6w
this isn't a problem anymore right?
there could also be a NIP that implements getting stats for a set of ids via REST: POST ids -> /stats ``` [ {id: "abcd...", replies: 12, reactions: 100, reports:...