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
Type
/
to 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
.
NdoleStudio
/
httpsms
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
668
Star
3.9k
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add message thread read receipts
- #956
#956
Merged
AchoArnold
merged 24 commits into
main
NdoleStudio/httpsms:main
from
feat/read-receipts
NdoleStudio/httpsms:feat/read-receipts
Copy head branch name to clipboard
Jul 19, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
feat: add message thread read receipts
#956
AchoArnold
merged 24 commits into
main
NdoleStudio/httpsms:main
from
feat/read-receipts
NdoleStudio/httpsms:feat/read-receipts
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2026
docs: add read receipts design
Show description for 02178ba
AchoArnold
and
Copilot
committed
02178ba
View commit details
Copy full SHA for 02178ba
Browse repository at this point
docs: add read receipts implementation plan
Show description for f8f0800
AchoArnold
and
Copilot
committed
f8f0800
View commit details
Copy full SHA for f8f0800
Browse repository at this point
docs: add read receipts integration coverage
Show description for 9fcec89
AchoArnold
and
Copilot
committed
9fcec89
View commit details
Copy full SHA for 9fcec89
Browse repository at this point
feat(api): add thread read state contract
Show description for 1e6259f
AchoArnold
and
Copilot
committed
1e6259f
View commit details
Copy full SHA for 1e6259f
Browse repository at this point
refactor(api): make thread updates atomic
Show description for d279bd9
AchoArnold
and
Copilot
committed
d279bd9
View commit details
Copy full SHA for d279bd9
Browse repository at this point
feat(api): track unread inbound threads
Show description for 6add7f1
AchoArnold
and
Copilot
committed
6add7f1
View commit details
Copy full SHA for 6add7f1
Browse repository at this point
docs(api): publish thread read state
Show description for 6e0bc3b
AchoArnold
and
Copilot
committed
6e0bc3b
View commit details
Copy full SHA for 6e0bc3b
Browse repository at this point
style(api): format thread handler test
Show description for cd09403
AchoArnold
committed
cd09403
View commit details
Copy full SHA for cd09403
Browse repository at this point
feat(web): persist opened threads as read
Show description for ea78e62
AchoArnold
and
Copilot
committed
ea78e62
View commit details
Copy full SHA for ea78e62
Browse repository at this point
chore(web): keep read store change scoped
Show description for 88bc64d
AchoArnold
committed
88bc64d
View commit details
Copy full SHA for 88bc64d
Browse repository at this point
fix(web): preserve thread update failures
Show description for de37899
AchoArnold
committed
de37899
View commit details
Copy full SHA for de37899
Browse repository at this point
feat(web): highlight unread message threads
Show description for dca7762
AchoArnold
and
Copilot
committed
dca7762
View commit details
Copy full SHA for dca7762
Browse repository at this point
test: cover message thread read receipts
Show description for 24fef0b
AchoArnold
and
Copilot
committed
24fef0b
View commit details
Copy full SHA for 24fef0b
Browse repository at this point
test: preserve event timestamp precision
Show description for 3fc71ba
AchoArnold
committed
3fc71ba
View commit details
Copy full SHA for 3fc71ba
Browse repository at this point
fix(api): persist new unread threads
Show description for c7482d9
AchoArnold
committed
c7482d9
View commit details
Copy full SHA for c7482d9
Browse repository at this point
style(api): apply gofumpt to handler test
Show description for 4544219
AchoArnold
committed
4544219
View commit details
Copy full SHA for 4544219
Browse repository at this point
Merge origin/main into feat/read-receipts
Show description for c5b6b06
AchoArnold
and
Copilot
committed
c5b6b06
View commit details
Copy full SHA for c5b6b06
Browse repository at this point
test(api): update listener service setup
Show description for 879230b
AchoArnold
committed
879230b
View commit details
Copy full SHA for 879230b
Browse repository at this point
Merge latest origin/main into feat/read-receipts
Show description for 63215d1
AchoArnold
committed
63215d1
View commit details
Copy full SHA for 63215d1
Browse repository at this point
fix: harden read receipt synchronization
Show description for a5451ea
AchoArnold
committed
a5451ea
View commit details
Copy full SHA for a5451ea
Browse repository at this point
docs: normalize plan code indentation
Show description for b5a7db2
AchoArnold
committed
b5a7db2
View commit details
Copy full SHA for b5a7db2
Browse repository at this point
fix(api): return updated thread atomically
Show description for ba466a7
AchoArnold
and
Copilot
committed
ba466a7
View commit details
Copy full SHA for ba466a7
Browse repository at this point
Commits on Jul 19, 2026
refactor(api): update activity atomically
Show description for b9c5971
AchoArnold
and
Copilot
committed
b9c5971
View commit details
Copy full SHA for b9c5971
Browse repository at this point
style: fix thread ui for unread threads
AchoArnold
committed
fa04695
View commit details
Copy full SHA for fa04695
Browse repository at this point
You can’t perform that action at this time.