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

Inbox Model Refactoring with Improved Event Subscription and Status Notifications #114

Merged
merged 1 commit into from
Mar 16, 2025

Conversation

prolic
Copy link
Collaborator

@prolic prolic commented Mar 16, 2025

Added

  • Added visual inbox model status indicators with a new InboxModelStatusAlert component
  • Implemented state tracking for the inbox model (Stopped, InitialBootstrap, SyncingHistoricData, LiveProcessing)
  • Redesigned subscription handling to be more efficient and reliable
  • Optimized timestamp tracking for each pubkey to prevent duplicate events
  • Normalized relay URIs to improve connection deduplication
  • Fixed subscription pagination for historical event retrieval
  • Improved relay selection algorithm for better network topology awareness

Fixed

  • Resolved issue with incomplete user feeds by improving relay discovery and subscription logic
  • Removed redundant connection management code

resolves #66

…otifications

Added:

- Added visual inbox model status indicators with a new InboxModelStatusAlert component
- Implemented state tracking for the inbox model (Stopped, InitialBootstrap, SyncingHistoricData, LiveProcessing)
- Redesigned subscription handling to be more efficient and reliable
- Optimized timestamp tracking for each pubkey to prevent duplicate events
- Normalized relay URIs to improve connection deduplication
- Fixed subscription pagination for historical event retrieval
- Improved relay selection algorithm for better network topology awareness

Fixed:

- Resolved issue with incomplete user feeds by improving relay discovery and subscription logic
- Removed redundant connection management code

resolves #66
@prolic prolic merged commit 8120bde into master Mar 16, 2025
1 check passed
@prolic prolic deleted the inboxmodelfix branch March 16, 2025 00:49
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.

User's feed is incomplete
1 participant