You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Lucas-almma
You mean launching on the last chat of the user?
You could just write a little java-script function for that:
In chat-thread-service.ts there is a function "FindAllChatThreadForCurrentUser" -> which gives you back all chats in order. You could then just take the most recent and parse together an url:
Get the id from the ChatThread e.g:
g8YGfU3uqKWPAni1EXwjg3as3gy1HPiC5HeS
and then foreward the user to
localhost:300/chat/g8YGfU3uqKWPAni1EXwjg3as3gy1HPiC5HeS
This does the trick (changing /src/features/auth-page/helpers.ts:
Has anybody attempted to launch on the chat page? Or use the chat page as the landing page, instead of the default?
Is it possible to do so without automatically creating a new chat?
The text was updated successfully, but these errors were encountered: