New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-matrix-sdk

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-matrix-sdk - npm Package Versions

1
35
8

1.0.0-alpha44

Diff
hannojg
published 1.0.0-alpha44 •

Changelog

Source

1.0.0-alpha44

  • Changed signature for room creation to: 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.```
    
hannojg
published 1.0.0-alpha43 •

Changelog

Source

1.0.0-alpha43

  • Fixed issue where changeUserPermission to admin was only promoting user to moderator.
hannojg
published 1.0.0-alpha42 •

Changelog

Source

1.0.0-alpha42

  • Fixed issue on iOS where room was not set to isDirect although true was passed as argument.
hannojg
published 1.0.0-alpha41 •

Changelog

Source

1.0.0-alpha41

  • Fixed issue in android where creating a room with isDirect didn't work correctly
  • Fixed that message content can be any.
hannojg
published 1.0.0-alpha40 •

Changelog

Source

1.0.0-alpha40

  • Fixed issue in iOS with createRoom
hannojg
published 1.0.0-alpha39 •

Changelog

Source

1.0.0-alpha39

  • Added leaveRoom
  • Added removeUserFromRoom
  • Added changeUserPermission
  • Added addUserToRoom
  • Changed createRoom signature to support multiple participants: createRoom(userIds: Array<string>, isDirect: boolean): Promise<MXRoomAttributes>;
hannojg
published 1.0.0-alpha38 •
hannojg
published 1.0.0-alpha37 •

Changelog

Source

1.0.0-alpha37

  • (Android) Fixed matrix olm dependency by manually including it, thus fixing build issues, related to this issue: https://github.com/jitpack/jitpack.io/issues/3908#issuecomment-526767673
hannojg
published 1.0.0-alpha36 •
hannojg
published 1.0.0-alpha35 •

Changelog

Source

1.0.0-alpha35

  • Added sendEventToRoom(roomId: string, eventType: string, data: any) API