mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-07-01 13:40:46 +02:00
make removal of nip89 announcement default on app stop
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user