Abhinav Kumar
Abhinav Kumar
Yes, We should make embeddedchat stable. I think we have enough features/enhancements for now. There are lots of things that need to be fixed. We will fix them and release...
> Can we add a test case to cover this scenario? Hey @MarcosSpessatto I have added test for this scenario. It tests discussion search in both cases when `UI_Allow_room_names_with_special_chars` is...
> could we not use subscription.getOne endpoint instead? Hey @debdutdeb, sorry for delayed reply. The use-case is different here, I have created endpoints to check if another user is member...
> Right. But I don't think you need all these endpoints. Membership is a subscription. So one endpoint should be sufficient, like `subscription.exists?uid=..&rid=...`. Furthermore, nobody can leave a dm, so...
> also idk if client caches the memberlist, might be a good idea to utilize if it does. This was my initial approach, but the member list functionality does a...
Sure @umangutkarsh you can create a draft pr.
Hey @Kamlesh72 This looks great!!! Waiting for your initial PR to test it.
Hi @Sing-Li , could you give me an example? I would like to work on this issue.
The user id of firebase, auth0, and other providers would be different. Do we have to give an option for choosing auth provider? In that case, I think we need...
> Can we take a look at this test case? I think there's something weird since it's expecting an error when no room is found... > > https://github.com/RocketChat/Rocket.Chat/blob/develop/apps/meteor/tests/end-to-end/api/09-rooms.js#L425 I looked...