forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
background data: Handle edit,delete message realm data
Handle the actual edit,delete message realm data as follows: * Import realm permission,timelimit data for edit,delete message into `realmReducer` from `initalDatatypes`.Handle types for them in `reduxTypes`. * Add all new realm data in `BackgroundData` in `MessageList`. * Handle the `backgroundData` params in `messageActionsheet`. * Add all the new realm data in `baseBackgroundData` in test files : `messageActionSheet-test`,`generateInboundEvents-test` and to `expectedState` in `realmReducer-test` file. Fixes: zulip#2792 Fixes: zulip#2793 Signed-off-by: rajprakash00 <rajprakash1999@gmail.com>
- Loading branch information
1 parent
26c8737
commit 252c5f7
Showing
7 changed files
with
75 additions
and
3 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
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
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