-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Signing out an account is signing out all accounts #4683
Comments
Is this the expected behavior? I tried it on my iOS app and confirmed that I get signed out of both my accounts if I click on Sign Out on one of them. I'm a complete newbie but I cloned the code base on my laptop and took a quick look. I may be mistaken but it looks like the logout method in social-app/src/state/session/index.tsx Line 117 in ea0586c
I'm happy to dig in a bit more to see what's going on. |
@swar00p Definitely is not expected behavior. Feel free to do some digging on it if you feel like it! ❤️ |
I think bug is fine - it feels like a bug to me 🙃 |
Just create a new one with feature request label #4775 |
@haileyok I think I was wrong. The way it's been implemented in social-app/src/state/session/reducer.ts Line 145 in 7c1c24e
|
@swar00p Yea, that is the way it was implemented, though we are fine with changing it. It's something that we'll change at some point, but do feel free to look into it yourself and PR if you want to! Also can just take the discussion to the other issue (either label really works here, it does seem like a bug and I personally would consider it one, but I digress 😆) |
(To clarify, we did discuss this a bit internally and are fine with making the change) |
@haileyok I'm using Android Studio as my IDE. My current set up is that I have cloned the social-app project from the repository. I read the instructions in Github to submit PRs and it says that I have to fork the project and then clone it. Is it mandatory to fork the repository or is it sufficient if I just clone it? |
…ther than all accounts. Feature Request: bluesky-social#4775 Bug: bluesky-social#4683
Looks like you figured this out ^, looks like the right idea. Just submit a PR from that fork whenever. |
Describe the bug
Signing out an account is signing out all accounts
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be only one account to be signed out, and switch to another signed in account
Details
The text was updated successfully, but these errors were encountered: