-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] Currency on recovered profile #18433
Conversation
Jenkins BuildsClick to see older builds (14)
|
@@ -51,3 +51,10 @@ | |||
(visibility-status-updates/<-rpc-settings) | |||
(set/rename-keys {:compressedKey :compressed-key | |||
:emojiHash :emoji-hash}))) | |||
|
|||
(defn rpc->setting-value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any reason we need to have this in legacy folder? seems like something we can move to profile/datastore.cljs ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and start the migration! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any reason we need to have this in legacy folder? seems like something we can move to profile/datastore.cljs ?
I placed it in the legacy.*
ns as the RPC data helpers for settings are used from it.
(data-store.settings/rpc->settings settings) |
(defn rpc->settings |
Moving the data-store for settings to status-im.*
ns would be easy when we do it.
cc @flexsurfer
0cd2c12
to
a1d2179
Compare
✔️ status-mobile/prs/android-e2e/PR-18433#2 🔹 ~6 min 50 sec 🔹 a1d2179 🔹 📦 android-e2e package |
53c7d5d
to
695f9cd
Compare
695f9cd
to
8c763ce
Compare
90% of end-end tests have passed
Failed tests (2)Click to expandClass TestActivityMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Expected to fail tests (3)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Passed tests (43)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePRTwo:
|
Hi @smohamedjavid thank you for PR. No issues from my side. PR can be merged |
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
8c763ce
to
c6d2483
Compare
This commit fixes the currency symbol not shown on the recovered profile. -- Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
fixes #18199
Summary
This PR fixes the currency symbol not shown on the recovered profile.
Review Notes
The bug is caused by to assoc setting value without data sanitization.
Platforms
Steps to test
status: ready