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
Contacts are scrollable even though the list is not full
The contact list can be scrolled even if only one contact is visible.
Expected behavior. The list only becomes scrollable if the length of the list items exceeds the list height.
Default contact page size
increase the Page size to 20
The text was updated successfully, but these errors were encountered:
Unable to signin with old accounts. The loader loads on and in background can't see nay contact and few erros exists in the console.
Default contact is not loaded in the contact list sometimes, not sure which is the exact scenario.
On adding a contact and sending a message to contact, it works at sender's end, but doesn't adds contact to receiver via websocket even though receiver is signed in. After resign in contact is added in the contact list.
While chatting with a contact, as user is typing a message and at the same time if some message is received from the contact then message is received but the input field (the message we were typing) gets cleared. The reason behind this is updatedAt property changes on every new message and a useEffect gets called which cleares this input field. Need to modify it. Expected behaviour : The message should be received smoothly and it should not clear the input filed of message
Contacts are scrollable even though the list is not full
Expected behavior. The list only becomes scrollable if the length of the list items exceeds the list height.
Default contact page size
increase the Page size to 20
The text was updated successfully, but these errors were encountered: