Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CurrentAccountID to the AccountList response #57

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

patrislav
Copy link
Member


res := &intents.IntentResponseAccountList{
Accounts: out,
CurrentAccountID: sess.Identity,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wonder if we should rename this to, SessionAccountID ..? but CurrentAccountID is fine too.. whatever you guys prefer

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be wary of using the word session, we have way too many "sessions" and it's now a very overloaded word IMO 😅 though maybe in this case it'd fit well? not 100% sure

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, lets stick to CurrentAccountID :)

@patrislav patrislav force-pushed the current-account-id branch from 5d461ae to 61d6ed6 Compare July 12, 2024 12:22
@patrislav patrislav marked this pull request as ready for review July 12, 2024 12:22
@patrislav patrislav merged commit 69cf96e into master Jul 12, 2024
2 checks passed
@patrislav patrislav deleted the current-account-id branch July 12, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants