1. The `e` tag doesn't offer a URL property as per spec.
Which leads to 2
2. To figure out which URLs in `.content` must be verified by NIP-94 hash, the client will need to download all e-tags to filter the potential 1063s, then get their `url` tag. After that, the client must replace all 1063 URLs in `.content` with the appropriate `nostr:nevent` tag in the text before displaying in the screen which will then render the Quoted event as any other event as usual.
Sounds like a terrible workaround to not implement Quoted NIP-94s to me.
3. If we do that to 1063 events, do we need to do that with all other quoted events that are not kind 1?