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

Multiple accounts on the same instance #39

Open
nolanlawson opened this issue Apr 9, 2018 · 10 comments
Open

Multiple accounts on the same instance #39

nolanlawson opened this issue Apr 9, 2018 · 10 comments
Labels
enhancement New feature or request

Comments

@nolanlawson
Copy link
Owner

This might be possible, but would be really tricky given how I implemented data sharding on a per-instance basis.

@nolanlawson nolanlawson added the enhancement New feature or request label Apr 9, 2018
@nightpool
Copy link

this is a big plus 1 for me, it's the only reason I really have to use a non-stock pwa

@nightpool
Copy link

use "username@domain" as the sharding key instead of just "domain"?

@nolanlawson
Copy link
Owner Author

Yes, it would require an IndexedDB database migration, but it's totally doable. (And the DB migration is not a huge deal, since it's really just a lite cache and doesn't store any critical data anyway.)

@eloquence
Copy link

eloquence commented Apr 11, 2018

Also just writing to express that this would be very valuable, since the native Mastodon web interface doesn't support it. As someone who maintains a bot + a couple regular accounts, I have to jockey browser profiles to make this work right now. In any event, thanks for making such an elegant alternative UI!

@ghost
Copy link

ghost commented Apr 11, 2018

Chiming in to say that I'd also prefer this a lot, I'm using 3 accounts on one instance and pinafore looks otherwise absolutely great to use.

@gergelypolonkai
Copy link

Another “me too!” here; I just created an account for my new project where I toot development progress, and it happens to be on the same instance as my primary one. Right now I use a private tab for this (and mobile apps, obviously.) Being able to do this in my browser would be awesome.

@desvox
Copy link

desvox commented Feb 10, 2020

yet another me too! I would love to switch between my public account and private account from the same pinafore session

@bnjbvr
Copy link

bnjbvr commented Apr 10, 2020

Another +1 from me!

Assuming all the data living in indexeddb is settings + replicated toots and toot metadata, could it be possible to keep the settings, change the key only for toots, and trash the replicated data? It would probably make an easier migration. Or is it just the fact that it needs a migration that makes the whole process complicated, and then migrating the data itself wouldn't be so complicated?

@Hund
Copy link

Hund commented Feb 4, 2021

I would love to see this feature implemented! :)

@PhieF
Copy link

PhieF commented Nov 15, 2022

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants