Skip to content

Improve conversation update delivery#2007

Open
YeungKC wants to merge 5 commits into
mainfrom
performance/conversation-updates
Open

Improve conversation update delivery#2007
YeungKC wants to merge 5 commits into
mainfrom
performance/conversation-updates

Conversation

@YeungKC

@YeungKC YeungKC commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • deliver conversation snapshots and targeted deltas without Drift watches
  • batch message projection, user refresh, and conversation reads to avoid per-message and per-conversation query fan-out
  • warm only initial, changed, and visible conversation media instead of the full history
  • consume jump-to-latest intents once and revalidate the target conversation before animation
  • publish consistent mention and message-preview events
  • remove obsolete paging/state wrappers, dead models, duplicate collection helpers, and unused direct dependencies

Testing

  • flutter test
  • flutter analyze
  • flutter build macos --profile

Notes

  • no database schema changes
  • macOS build-generated project changes are excluded

@YeungKC YeungKC requested review from boyan01 and crossle July 13, 2026 04:08
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.

2 participants