dappros / ethora-chat-component

NPM package "Ethora Chat Component". Quickly deploy a chat interface powered by Ethora super-app engine. Available via npm registry: https://www.npmjs.com/package/@ethora/chat-component
https://www.ethora.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

URLs for chats #16

Open phwizard opened 1 week ago

phwizard commented 1 week ago

In old version (Ethora Web) we have unique URL for each chat room which allows to share them by simply copying from the browser:

CleanShot 2024-11-06 at 11 36 12@2x

In new beta currently that's not the case: CleanShot 2024-11-06 at 11 37 46@2x

Please introduce the same functionality into new beta.

Note - sharing with previews

Let's ignore the existing 'short link' and 'preview' sharing service functionality from the old version. This functionality allows to display chat preview in outside applications (e.g. when sharing Ethora based app chat link via WhatsApp or Slack - via eto.li users will see a link preview including a chat name). This is done via a special server rendering service.

CleanShot 2024-11-06 at 11 38 27@2x

In chat sharing modal in the new beta version we will use the same URL as in the browser for now.

I will create a separate ticket in backlog for us to work on creating a similar server rendering service as we had in the old version, but for normal URLs.