Fetch PNI group credentials
This commit is contained in:
parent
b9ba732724
commit
a450e13a99
61 changed files with 1911 additions and 875 deletions
|
@ -852,7 +852,7 @@ function groupCallStateChange(
|
|||
didSomeoneStartPresenting = false;
|
||||
}
|
||||
|
||||
const { ourUuid } = getState().user;
|
||||
const { ourACI: ourUuid } = getState().user;
|
||||
strictAssert(ourUuid, 'groupCallStateChange failed to fetch our uuid');
|
||||
|
||||
dispatch({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue