Skip to content

Move message signing to backend #88

@siepra

Description

@siepra

Main app along with notifications task should communicate with the service responsible for messages decryption (which will be a separate nodejs process run from native code) with the use of websockets. Thanks to that we'll be able to get rid of react-native-webview-crypto (which is slowing down the app as it runs web browser under the hood). Also this is the best option to make it possible to display notifications about direct messages (as HeadlessJsTask which we use for handling updates from waggle is not capable of using user interface - webview in this particular case).

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Backlog - Mobile

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions