Nimit Savant

Results 38 comments of Nimit Savant

What should be the desired output here instead, how can we change the handling here? Can you give me an example?

```js console.log('Synced before update:', oldChannel.permissionsLocked); console.log('Synced after update:', newChannel.permissionsLocked); ``` So basically both should return true?

This would then defeat the purpose, would it be better if we just had `NewChannel.permissionsLocked` so that it's always in sync?

Oh, got it! I was not able to understand the sync thingy for a while now I get it. Ok, so we can actually do that by check the permissionsLocked...

So I went a bit into the folders and pointed where it permissions were getting allocated. ![image](https://user-images.githubusercontent.com/53462249/126394996-75838f4b-9ef7-4519-964d-1d92f7bad0c8.png) ~~I hope this solves how the functioning of the sync~~ I hope this...

> > > To put it in simple terms, no, this doesn't sound like it solves the issue. It sounds like you're removing the concept of permissions overwrites on channels,...

> > > You need to use a more specific link. https://serenity-rs.github.io/serenity/current/serenity/index.html works. Can we change the link in the description of the repo then, it would send users to...

So I'm currently working on Oauth, so I have an idea we can implement google Oauth or use firebase authentication for the same, since the whole UI is developed using...

> I think this is a good solution! > We can also put a redirection HTML at serenity-rs.github.io/serenity like I do in poise: https://github.com/kangalioo/poise/blob/gh-pages/index.html

Hey, @allnvrgs can you help me to duplicate this error. Providing some dummy data collection. I'll look into this.