sync notification settings to wallet when enabling/disabling #1010

Open
opened 2020-09-14 20:03:14 +02:00 by tzarebczan · 3 comments
tzarebczan commented 2020-09-14 20:03:14 +02:00 (Migrated from github.com)

See details in https://github.com/lbryio/lbry-desktop/issues/4762

Need to coordinate with App team for the wallet data portion.

See details in https://github.com/lbryio/lbry-desktop/issues/4762 Need to coordinate with App team for the wallet data portion.
akinwale commented 2020-10-16 07:41:39 +02:00 (Migrated from github.com)

The first bit is done. Need to implement the wallet sync part.

The first bit is done. Need to implement the wallet sync part.
tzarebczan commented 2021-02-22 20:34:40 +01:00 (Migrated from github.com)

This coupled with https://github.com/lbryio/lbry-android/issues/1137 makes the data get out of sync initially.

Also gets out of sync anyone someone unsubs.

This coupled with https://github.com/lbryio/lbry-android/issues/1137 makes the data get out of sync initially. Also gets out of sync anyone someone unsubs.
tzarebczan commented 2021-02-22 20:36:14 +01:00 (Migrated from github.com)

Please reference the app code which moves this into a new key on initial load, and then stores as:

       "following": [
          {
            "notificationsDisabled": true,
            "uri": "lbry://@ProjectVeritas#77d755bdea99da055391e90a0adc6b5bbeefa0bd"
          },
          {
            "notificationsDisabled": true,
            "uri": "lbry://@iamlucid#e74c3159aaace29a29c7ccd722b2d8ecd6815a83"
          },
          {
Please reference the app code which moves this into a new key on initial load, and then stores as: ``` "following": [ { "notificationsDisabled": true, "uri": "lbry://@ProjectVeritas#77d755bdea99da055391e90a0adc6b5bbeefa0bd" }, { "notificationsDisabled": true, "uri": "lbry://@iamlucid#e74c3159aaace29a29c7ccd722b2d8ecd6815a83" }, { ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#1010
No description provided.