It’s open source and I’d like some feedbacks, as you can see I such at designing mobile apps.
Also, if you have any feature recommendations it would be nice to hear about
My idea is to setup a background service that keeps all accounts you want synced using instances APIs
I’m targeting “every-way” sync actually, if you ad 4 accounts my goal is to sync all 4
So if one account is subscribed to A and B, and another account is subscribed to C and D.
After sync, are both accounts going to be subscribed to A, B, C, and D?
Yes, but I’ll probably make it possible to choose in the settings, between one way or everyway, so I don’t accidentally mess with niche accounts
And what if, after the sync above, I unsub from A on one account and unsub on B plus sub on E on the second account? Both accounts will have C, D and E subbed, right?
Exactly