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
Currently all messages appears together, but previously it was evident the messages with mentions take the longest time to load.
This is probably due to time it takes to get the updated user name from firebase.
We would like to make it faster (and so make all messages appear faster) by immediately displaying the mention with the available userName (as it is stored in the rich text), and updating it afterward if a new - different info is being received from the db.
The text was updated successfully, but these errors were encountered:
Currently all messages appears together, but previously it was evident the messages with mentions take the longest time to load.
This is probably due to time it takes to get the updated user name from firebase.
We would like to make it faster (and so make all messages appear faster) by immediately displaying the mention with the available userName (as it is stored in the rich text), and updating it afterward if a new - different info is being received from the db.
The text was updated successfully, but these errors were encountered: