sync notification setting to wallet #1048

Closed
opened 2020-11-03 16:47:54 +01:00 by tzarebczan · 1 comment
tzarebczan commented 2020-11-03 16:47:54 +01:00 (Migrated from github.com)

This should go live near when we ship in lbry.tv/odysee
app side sample:

        "following": [
          {
            "notificationsDisabled": false,
            "uri": "lbry://@Crossroads#9614a4fcf9d91e4588eb512165e9c0475f857555"
          },
          {
            "notificationsDisabled": false,
            "uri": "lbry://@timcast#c9da929d12afe6066acc89eb044b552f0d63782a"
          },
          {
            "notificationsDisabled": false,
            "uri": "lbry://@DavidIckeOfficial#35d0780bd48ec607e9c456f1d1c72cdc131d112d"
          }
        ],
  1. on first sync, copy all subscriptions to following with disabled = false (unless you know it's disabled from local state?)

  2. It's also removed when someone is unsubscribed

This should go live near when we ship in lbry.tv/odysee app side sample: ``` "following": [ { "notificationsDisabled": false, "uri": "lbry://@Crossroads#9614a4fcf9d91e4588eb512165e9c0475f857555" }, { "notificationsDisabled": false, "uri": "lbry://@timcast#c9da929d12afe6066acc89eb044b552f0d63782a" }, { "notificationsDisabled": false, "uri": "lbry://@DavidIckeOfficial#35d0780bd48ec607e9c456f1d1c72cdc131d112d" } ], ``` 1) on first sync, copy all subscriptions to following with disabled = false (unless you know it's disabled from local state?) 2) It's also removed when someone is unsubscribed
akinwale commented 2020-12-14 05:45:56 +01:00 (Migrated from github.com)

Done in 0.16.10 / 0.16.11.

Done in 0.16.10 / 0.16.11.
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#1048
No description provided.