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

feat: add support for switching between devices #1078

Merged
merged 4 commits into from
Jun 8, 2024
Merged

Conversation

andrekir
Copy link
Member

@andrekir andrekir commented Jun 8, 2024

This update separates the messages database using myNodeNum as an index key to support switching between devices.

  • New messages will be stored separately per node.
  • Old messages (received before this feature) will remain visible for any connected node. Users can manually delete them to ensure only messages for the connected node are displayed.

@andrekir andrekir merged commit 5b3c783 into master Jun 8, 2024
4 checks passed
@andrekir andrekir deleted the packetDb-by-num branch June 8, 2024 13:25
@andrekir andrekir changed the title feat: support for switching between devices feat: add support for switching between devices Jun 8, 2024
@caveman99
Copy link
Sponsor Member

this also fixes #1042

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.

[Request] Separate Message list per node. [Feature Request] support switching between devices
2 participants