v0.0.21
CHANGELOG
v0.0.21
Release some new features and fixes around storage
Features
- Exposes a
UserStorage.handleFileInvitation()method and remove the previousUserStorage.acceptInvitation()method. - Implements
UserStorage.notificationSubscribe()that returns an emitter to subscribe to live notification for the
current user. - Adds a stub implementation of
UserStorage.syncFromTempKey()to initialize the users storage notification from the
temp key
Fixes
- Fixes
UserStorage.