Hi,Could you help me with the following questions:1. In which table is User ID stored? the unique id prefix with usr. I have done some research with the tables, I didn't find it. I only could find it on the Web App setting page.
2. and another question is about the tags, according to the doc of server api,
"if missing, user will not be discoverable other than by login"From Web App, when I create new user, I find no where to add tags, and I can only search a user by its User ID (the one prefixed with 'usr'). Does Web App only implement a subset of the functionalities which prevent me from searching a user by its login and creating more tags?
is the "Find" on Web App only used for searching in saved conversations?
1. I still didn't find the User ID in users table.The following is the description about the users table, id is bigint, it is not the one you mean, right?
or a conversion is needed from this bigint to "usr*"?
2. I just tried again with searching both login and email, neither of them work, both return internal 500 error.
Let me get back to you later about the reproduce,
am I using the 'next' branch? I doubt it.
I just following the readme file at https://github.com/tinode/chat/blob/master/docker/README.md, and run the latest version docker file, it is not the 'next' branch, right?BTW, I have gotten the js sdk work on React Native/Expo without DB cache currently (I mean connection and authentication works as expected, I didn't test anything further), the js sdk rely on intl.segmenter, which could be resolved by the https://github.com/cometkim/unicode-segmenterI am going to see how to port the DB cache to React Native/Expo, I am going to try the shim Gene provides or rewrite the DB cache to let it work with sqlite and drizzle