react-native-matrix-sdk
Advanced tools
Changelog
1.0.0-alpha44
createRoom(userIds: Array<string>, isDirect: boolean, isTrustedPrivateChat: boolean): Promise<MXRoomAttributes>;
<br />Trusted chats are:
isTrustedPrivateChat: join_rules is set to invite. history_visibility is set to shared. All invitees are given the same power level as the room creator.```
Changelog
1.0.0-alpha43
Changelog
1.0.0-alpha42
isDirect
although true
was passed as argument.Changelog
1.0.0-alpha41
isDirect
didn't work correctlyany
.Changelog
1.0.0-alpha39
createRoom(userIds: Array<string>, isDirect: boolean): Promise<MXRoomAttributes>;
Changelog
1.0.0-alpha37