Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextcloud
/
talk-android
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
318
Star
736
Code
Issues
414
Pull requests
42
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
🔄️ Chat message pre-fetching
- #6454
#6454
Merged
AndyScherzinger
merged 27 commits into
master
nextcloud/talk-android:master
from
feat/noid/msgPreFetching
nextcloud/talk-android:feat/noid/msgPreFetching
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
🔄️ Chat message pre-fetching
#6454
AndyScherzinger
merged 27 commits into
master
nextcloud/talk-android:master
from
feat/noid/msgPreFetching
nextcloud/talk-android:feat/noid/msgPreFetching
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
refactor(chat): extract message sync into reusable component
Show description for 91d3404
AndyScherzinger
committed
91d3404
View commit details
Copy full SHA for 91d3404
Browse repository at this point
feat(chat): add room catch-up sync that creates missing chat blocks
Show description for a33133b
AndyScherzinger
committed
a33133b
View commit details
Copy full SHA for a33133b
Browse repository at this point
feat(chat): support fetching messages without clearing notifications
Show description for 66a1044
AndyScherzinger
committed
66a1044
View commit details
Copy full SHA for 66a1044
Browse repository at this point
feat(conversations): prefetch unread messages during room list sync
Show description for 49aad87
AndyScherzinger
committed
49aad87
View commit details
Copy full SHA for 49aad87
Browse repository at this point
feat(conversations): guard message prefetch with caps and saver modes
Show description for 3bfa4f7
AndyScherzinger
committed
3bfa4f7
View commit details
Copy full SHA for 3bfa4f7
Browse repository at this point
fix(chat): trust local cache on chat open and fetch only the delta
Show description for 2ede0ae
AndyScherzinger
committed
2ede0ae
View commit details
Copy full SHA for 2ede0ae
Browse repository at this point
fix(chat): do not block initial message load on websocket connect
Show description for 12b296f
AndyScherzinger
committed
12b296f
View commit details
Copy full SHA for 12b296f
Browse repository at this point
feat(notifications): prefetch chat messages on push receipt
Show description for 534f2d6
AndyScherzinger
committed
534f2d6
View commit details
Copy full SHA for 534f2d6
Browse repository at this point
fix(conversations): guard conversation deletion against empty sync
Show description for 2df1d00
AndyScherzinger
committed
2df1d00
View commit details
Copy full SHA for 2df1d00
Browse repository at this point
fix(chat): reconcile chat blocks when expiring messages
Show description for 4d5f4b4
AndyScherzinger
committed
4d5f4b4
View commit details
Copy full SHA for 4d5f4b4
Browse repository at this point
fix(chat): derive insurance fetches from the chat blocks
Show description for 7c4c370
AndyScherzinger
committed
7c4c370
View commit details
Copy full SHA for 7c4c370
Browse repository at this point
test(chat): cover message sync component
Show description for c09a639
AndyScherzinger
committed
c09a639
View commit details
Copy full SHA for c09a639
Browse repository at this point
feat: Add extra logging to spot pre-fetching in debug mode
Show description for acd87f7
AndyScherzinger
committed
acd87f7
View commit details
Copy full SHA for acd87f7
Browse repository at this point
refactor(chat): restructure catch-up guards to satisfy ReturnCount
Show description for bac2d79
AndyScherzinger
committed
bac2d79
View commit details
Copy full SHA for bac2d79
Browse repository at this point
feat(chat): coalesce bursts of background message catch-ups
Show description for 9a519fb
AndyScherzinger
committed
9a519fb
View commit details
Copy full SHA for 9a519fb
Browse repository at this point
fix(chat): track insurance anchor from http syncs only
Show description for 733a880
AndyScherzinger
committed
733a880
View commit details
Copy full SHA for 733a880
Browse repository at this point
fix(chat): loop delta fetches until the backlog is closed
Show description for 22686cc
AndyScherzinger
committed
22686cc
View commit details
Copy full SHA for 22686cc
Browse repository at this point
fix(notifications): catch up the pushed thread, not only the room
Show description for 5bd38f0
AndyScherzinger
committed
5bd38f0
View commit details
Copy full SHA for 5bd38f0
Browse repository at this point
chore: remove unrelated code change
Show description for a0f0d9c
AndyScherzinger
committed
a0f0d9c
View commit details
Copy full SHA for a0f0d9c
Browse repository at this point
fix(chat): don't merge closeBacklog's fallback range with the backlog rounds'
Show description for fb4d77d
mahibi
authored and
AndyScherzinger
committed
fb4d77d
View commit details
Copy full SHA for fb4d77d
Browse repository at this point
fix(chat): don't skip the initial backlog fetch on a stale lastMessage
Show description for d40d3c9
mahibi
authored and
AndyScherzinger
committed
d40d3c9
View commit details
Copy full SHA for d40d3c9
Browse repository at this point
refactor(chat): extract loadInitialMessages branches into named functions
Show description for 36942f3
mahibi
authored and
AndyScherzinger
committed
36942f3
View commit details
Copy full SHA for 36942f3
Browse repository at this point
refactor(chat): rename closeBacklog to tryCloseBacklog
Show description for a78dd14
mahibi
authored and
AndyScherzinger
committed
a78dd14
View commit details
Copy full SHA for a78dd14
Browse repository at this point
fix(chat): seed read receipts from the conversation on chat open
Show description for dbdf2b5
AndyScherzinger
committed
dbdf2b5
View commit details
Copy full SHA for dbdf2b5
Browse repository at this point
fix(chat): update read receipts from the conversation while a chat is open
Show description for 61ba4e8
AndyScherzinger
committed
61ba4e8
View commit details
Copy full SHA for 61ba4e8
Browse repository at this point
refactor(chat): move push message catch-up into a dedicated worker
Show description for ea40bb0
AndyScherzinger
committed
ea40bb0
View commit details
Copy full SHA for ea40bb0
Browse repository at this point
fix(chat): merge connected chat blocks atomically
Show description for 3f6a24d
AndyScherzinger
committed
3f6a24d
View commit details
Copy full SHA for 3f6a24d
Browse repository at this point
You can’t perform that action at this time.