Skip to content

Fix race-condition where group collection is not ready to render permission options

As mentioned by Oleh Vasylenko,

Fix race-condition where group collection is not ready to render permission options

If you visit the permissions modal directly, https://gitter.im/community/room#permissions the group collection probably hasn't finished fetching before we render the permission options.

So now when the group collection finishes fetching, we update the permission options again.

Edited by Eric Eastwood

Merge request reports