From 4cae0d65eace209341b16c2dd45ded9e80c49c83 Mon Sep 17 00:00:00 2001 From: dbth <1097224+believethehype@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:29:02 +0100 Subject: [PATCH] make removal of nip89 announcement default on app stop --- nostr_dvm/utils/dvmconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nostr_dvm/utils/dvmconfig.py b/nostr_dvm/utils/dvmconfig.py index 11b1d8c..cfdeae9 100644 --- a/nostr_dvm/utils/dvmconfig.py +++ b/nostr_dvm/utils/dvmconfig.py @@ -40,8 +40,8 @@ class DVMConfig: AVOID_OUTBOX_RELAY_LIST = outbox_utils.AVOID_OUTBOX_RELAY_LIST # If a DVM has a paid subscription, overwrite list without the paid one. - DELETE_ANNOUNCEMENT_ON_SHUTDOWN = False - # remove the announcement when the DVM stops. Recommended. Will be True later. + DELETE_ANNOUNCEMENT_ON_SHUTDOWN = True + # remove the announcement when the DVM stops. Recommended. # Make sure to set admin_utils.REBROADCAST_NIP89 = True on start. DELETE_ANNOUNCEMENT_ON_SHUTDOWN_POW = False