From ff21a35f7b956bf97ebe45038f081c282e217888 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Mon, 13 May 2024 08:43:53 +0200 Subject: [PATCH] Update content_discovery_currently_popular_followers.py --- .../tasks/content_discovery_currently_popular_followers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nostr_dvm/tasks/content_discovery_currently_popular_followers.py b/nostr_dvm/tasks/content_discovery_currently_popular_followers.py index dca5d0d..d2a965e 100644 --- a/nostr_dvm/tasks/content_discovery_currently_popular_followers.py +++ b/nostr_dvm/tasks/content_discovery_currently_popular_followers.py @@ -229,6 +229,7 @@ def build_example(name, identifier, admin_config): "lud16": dvm_config.LN_ADDRESS, "encryptionSupported": True, "cashuAccepted": True, + "personalized": False, "amount": "free", "nip90Params": { "max_results": { @@ -267,6 +268,7 @@ def build_example_subscription(name, identifier, admin_config): "lud16": dvm_config.LN_ADDRESS, "encryptionSupported": True, "cashuAccepted": True, + "personalized": False, "subscription": True, "nip90Params": { "max_results": {