-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
own_capabilities extraData missing after update #1047
Comments
@Brazol can you share a small snippet using which we can reproduce this? Thanks |
I'm using hooks so it will be easiest for me to share it that way, but basicaly I just listen to extraData: and when I get new data I print it: and initially I get correct json with own_capabilities array of permissions but after calling |
@Brazol Thanks, I was able to reproduce the issue. We will release a fix soon. |
thanks, @xsahil03x, now that I upgraded to 4.0.0-beta I also notice it sometimes that Edit: also |
Discussed in #1045
Originally posted by Brazol March 30, 2022
I'm watching
channel.extraDataStream
and printing its content and it looks like after callingchannel.updateName
I get a new value in the stream (as expected) but withoutown-capabilities
. Is this expected behaviour?And that is the state in which the channel is then cached and from now on when checking permissions there are none.
The text was updated successfully, but these errors were encountered: