Better comments

This commit is contained in:
koalasat
2025-07-13 12:08:46 +02:00
parent a60311f55a
commit a0b652d9e9

View File

@ -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 ", ""
)