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
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 }}
nextcloud
/
spreed
Public
Notifications
You must be signed in to change notification settings
Fork
587
Star
2.2k
Code
Issues
813
Pull requests
77
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(conversation): Skip last message update when adding or removing participants
- #18657
#18657
Draft
sudormant
wants to merge 13 commits into
main
nextcloud/spreed:main
from
bugfix/11882/skipLastMessage
nextcloud/spreed:bugfix/11882/skipLastMessage
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Draft
fix(conversation): Skip last message update when adding or removing participants
#18657
sudormant
wants to merge 13 commits into
main
nextcloud/spreed:main
from
bugfix/11882/skipLastMessage
nextcloud/spreed:bugfix/11882/skipLastMessage
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
fix(conversations): set default shouldSkipLastActivity / skipLastActivity flag for event dispatcher from false to true. This should help with chat state changes (users removed / added, moderators p…
Show description for b82d0f7
sudormant
committed
b82d0f7
View commit details
Copy full SHA for b82d0f7
Browse repository at this point
feature(api): Add a new field and corresponding functionality for lastMetadaActivity for Rooms and Threads, similar to lastActivity. This also adds a database migration for the oc_talk_rooms and oc…
Show description for 996987f
sudormant
committed
996987f
View commit details
Copy full SHA for 996987f
Browse repository at this point
documentation: clarify that sorting by lastActivity in the thread list will still go by last message activity, after introducing lastMetadataActivity, and not sort by last metadata changes in rooms…
Show description for e3c2a0e
sudormant
committed
e3c2a0e
View commit details
Copy full SHA for e3c2a0e
Browse repository at this point
change(conversations): change behavior in all necessary places for Rooms and Threads to use / set lastMetadataActivity instaed of lastActivity where appropriate, i.e. where system messages are sign…
Show description for 686660f
sudormant
committed
686660f
View commit details
Copy full SHA for 686660f
Browse repository at this point
fix(conversations): this fixes the behavior described in #11882: system messages like user added or removed, moderator promoted or demoted trigger an activity bump of the conversation in the list a…
Show description for 7edf49c
sudormant
committed
7edf49c
View commit details
Copy full SHA for 7edf49c
Browse repository at this point
chore: fix git merge gone wrong
Show description for 3bc6cb7
sudormant
committed
3bc6cb7
View commit details
Copy full SHA for 3bc6cb7
Browse repository at this point
refactor(conversations): limit no acitvity bumping by metadata changes only to rooms, remove same handling from threads
Show description for ea9822a
sudormant
committed
ea9822a
View commit details
Copy full SHA for ea9822a
Browse repository at this point
fix(conversations): add getter / setter for shouldSkipLastActivity/MessageUpdate to be compatible with another pull request making this field private
Show description for d6ebb3d
sudormant
committed
d6ebb3d
View commit details
Copy full SHA for d6ebb3d
Browse repository at this point
fix(conversations): fix handling events that don't have a last message (like room creation) when deciding whether to bump activity
Show description for 6efaea7
sudormant
committed
6efaea7
View commit details
Copy full SHA for 6efaea7
Browse repository at this point
fix: Update lib/ResponseDefinitions.php
Show description for 0796b28
sudormant
and
nickvergessen
committed
0796b28
View commit details
Copy full SHA for 0796b28
Browse repository at this point
fix(conversations): reworked merge request scope as discussed in issue comments
Show description for e5ffb30
sudormant
committed
e5ffb30
View commit details
Copy full SHA for e5ffb30
Browse repository at this point
fix(conversations): rework merge request scope as discussed in issue comments
Show description for 4dd48b0
sudormant
committed
4dd48b0
View commit details
Copy full SHA for 4dd48b0
Browse repository at this point
fix: further changing of messange / activity bumping handling and tests
Show description for a2ba219
sudormant
committed
a2ba219
View commit details
Copy full SHA for a2ba219
Browse repository at this point
You can’t perform that action at this time.