casthewiz / sample-chat-app

A quick messaging application using GunDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Name should be dynamic to User

casthewiz opened this issue · comments

Currently, we only store the chat name with the recipients of the sender's message - we should move to just filtering on the conversation participants to generate a dynamic name for each conversation, using the stored chat name as a fallback.