-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from syphon-org/hot-fixes-0.1.6
[hotfix] Performance Syncing & Receipt Storage
- Loading branch information
Showing
15 changed files
with
188 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
class StorageKeys { | ||
static const String RECEIPTS = 'RECEIPTS'; | ||
static const String REDACTIONS = 'REDACTIONS'; | ||
static const String AUTH = 'auth'; | ||
static const String ROOMS = 'rooms'; | ||
static const String USERS = 'users'; | ||
static const String MEDIA = 'MEDIA'; | ||
static const String CRYPTO = 'crypto'; | ||
static const String EVENTS = 'events'; | ||
static const String MESSAGES = 'messages'; | ||
static const String RECEIPTS = 'receipts'; | ||
static const String REACTIONS = 'reactions'; | ||
static const String REDACTIONS = 'redactions'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.