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

Implement multi-account feature #323

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Implement multi-account feature #323

wants to merge 13 commits into from

Conversation

markocic
Copy link
Collaborator

@markocic markocic commented Feb 14, 2025

Closes: #2, Closes #249

markocic and others added 12 commits February 10, 2025 16:08
* Add userId to all WalletTransactionDao functions
* Migrate ProfileInteraction to have ownerId and optimize dao functions
* Migrate MutedUserData to have ownerId
* Migrate DirectMessageData and MessageConversationData to have ownerId
* Migrate Feed to have ownerId
* Make ownerId and messageId composite primary key on DirectMessageData
* Fix failed login logouts everyone
* Fix nsec not saved in credentialsStore and fix LoginHandlerTests
* Fix failed create additional account logouts everyone
* Use Set instead of List for credentails to avoid duplicate entries
* Fix bad UserAccount on first login
* Handle signing out active account properly
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.

Support multiple profiles Add multiple account support
2 participants