mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 10:13:18 +00:00
Better comments
This commit is contained in:
@ -91,7 +91,7 @@ class RobotTokenSHA256AuthenticationMiddleWare:
|
|||||||
update_last_login(None, token.user)
|
update_last_login(None, token.user)
|
||||||
|
|
||||||
# START deprecate after v0.8.0
|
# 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_pubkey = request.META.get("NOSTR_PUBKEY", "").replace(
|
||||||
"Nostr ", ""
|
"Nostr ", ""
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user