You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the recent loss of data we could give the user the possibility to "hold" their user data (stats).
/backup - returns a nostr event signed by the bot's nsec. content is user data as JSON and must include user's npub (depends on /setnpub from #360) /restore - receives a nostr event signed by the user's nsec where content is the event generated by /backup. Bot then checks that both user's npubs match and restores user.
Notes:
Backup's updatedAt should be newer than user's updatedAt
Could enable user migration to a new telegram account (cases where a user needs to change their telegram account but keep their stats)
The text was updated successfully, but these errors were encountered:
Given the recent loss of data we could give the user the possibility to "hold" their user data (stats).
/backup
- returns a nostr event signed by the bot's nsec. content is user data as JSON and must include user's npub (depends on /setnpub from #360)/restore
- receives a nostr event signed by the user's nsec where content is the event generated by/backup
. Bot then checks that both user's npubs match and restores user.Notes:
updatedAt
should be newer than user'supdatedAt
The text was updated successfully, but these errors were encountered: