status-react/modules/react-native-status/ios/RCTStatus
Siddarth Kumar ec15232af8
Make sure mobile understands community share link by Desktop (#14679)
* we are now able to navigate to desktop communities

b4bdfd3d...d2e95eee

In this commit we add support for various status-go methods in mobile :
- `multiformatSerializePublicKey`
- `multiformatDeserializePublicKey`
- `compressPublicKey`
- `decompressPublicKey`
- and my personal favourite `deserializeAndCompressKey`

When someone pastes a community joining share url into chat and taps on it, we check whether the community was generated on a desktop or mobile.
We need to do this because currently both the clients have different urls for joining a community.

Once we have identified that the url is generated via desktop we then convert that url to something that the mobile client is used to.
This enables the mobile client to view this community and interact with it.

However more work needs to be done in the future to ensure that mobile implements these compressed keys end to end, we need to get this feature in so that
by the time RC1 is released mobile client is able to join communities created by Desktop.
2023-01-04 18:24:11 +05:30
..
RCTStatus.xcodeproj nix: upgrade gomobile to 2022-05-04 version 2022-06-20 19:01:14 +02:00
RCTStatus.h Move react-native-status to a pod dependency 2021-03-30 10:54:00 +02:00
RCTStatus.m Make sure mobile understands community share link by Desktop (#14679) 2023-01-04 18:24:11 +05:30