Before this change if the user profile was not found then an exception was thrown silently and it was not possible to join to the chat from an invite link. This may happen sometimes when nodes are changed or the data is old and cannot be found on the waku network.
With this PR it is possible to add the user as a contact, although their names will be undefined. However as soon as they change their profile and the page is reloaded then the correct profile will be shown.
Before this change if the user profile was not found then an exception was thrown silently and it was not possible to join to the chat from an invite link. This may happen sometimes when nodes are changed or the data is old and cannot be found on the waku network.
With this PR it is possible to add the user as a contact, although their names will be
undefined
. However as soon as they change their profile and the page is reloaded then the correct profile will be shown.