From a0b652d9e91c4323b22885b54edab348cb96d11e Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 13 Jul 2025 12:08:46 +0200 Subject: [PATCH] Better comments --- robosats/middleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robosats/middleware.py b/robosats/middleware.py index 19879cf6..ddc3aa97 100644 --- a/robosats/middleware.py +++ b/robosats/middleware.py @@ -91,7 +91,7 @@ class RobotTokenSHA256AuthenticationMiddleWare: update_last_login(None, token.user) # START deprecate after v0.8.0 - # Add the nostr_pubkey to robots + # Add the nostr_pubkey to robots created before nostr_pubkey were introduced nostr_pubkey = request.META.get("NOSTR_PUBKEY", "").replace( "Nostr ", "" )