(20260623) Something in token notes. Okay bye.

This commit is contained in:
2026-06-23 18:08:00 +05:30
parent 122be77d19
commit f0875a565a
2 changed files with 33 additions and 4 deletions
+3 -1
View File
@@ -245,7 +245,9 @@ async def callback_test(
),
token_notes = {
"apiKey": inbound_data.auth.apiKey,
"senderId": inbound_data.auth.senderId
"senderId": inbound_data.auth.senderId,
"lastSuccess": None,
"lastFailure": None,
},
display_name = inbound_data.auth.senderId,
display_picture = None,