liteflow-labs / chat

A wallet to wallet chat widget
https://chat-liteflow.vercel.app/
MIT License
0 stars 1 forks source link

Demo link doesn't show my previous conversations or allow messaging ENS #29

Open yash-luna opened 1 year ago

yash-luna commented 1 year ago

Not sure if this is in scope for the demo but the app:

image
antho1404 commented 1 year ago

Doesn't allow me to message ENS addresses

ENS is something really specific to Ethereum and thus will make this chat Ethereum only. Also, how about .lens profiles or any other resolvers like that?

This is something that applications should be able to define based on their needs (maybe even their own internal resolver for whatever reason). One way to make this possible and still customizable would be to add a resolveName function that can be defined when integrating the chat component, which would resolve an ENS, for example. This would be similar to the lookupAddress property.

I created a dedicated issue for that new feature https://github.com/liteflow-labs/chat/issues/30

Doesn't show conversation history

This should work correctly, I can definitely see my previous conversations. Could you check if you have any errors in the console or something like that?