ephemeraHQ / xmtp-inbox-web

XMTP Inbox web chat app
https://dev.xmtp.chat
MIT License
33 stars 40 forks source link

[Bug] URLs don't deeplink with subname #360

Closed nplasterer closed 1 year ago

nplasterer commented 1 year ago

Heads up, found a bug in xmtp.chat where if there’s a subname passed in to the URL, it doesn’t deeplink. https://xmtp.chat/dm/order.cryptocornerstore.eth doesn’t work.

Out and about or I’d file a bug report, but wanted to note here!

Slack Message

daria-github commented 1 year ago

This ENS doesn't work even outside of deep linking because fetching the address returns null from one of wagmi's hooks, and there doesn't appear to be an issue with subnames in general. I did some spot checking of the deep linking flow trying to hit any race condition and couldn't find anything. Closing this one for now/we can open a different issue if needed.