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
83
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(conversations): system messages won't bump activity in room / thread order anymore
- #17977
#17977
Closed
sudormant
wants to merge 13 commits into
nextcloud:main
nextcloud/spreed:main
from
sudormant:main
sudormant/spreed:main
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
fix(conversations): system messages won't bump activity in room / thread order anymore
#17977
sudormant
wants to merge 13 commits into
nextcloud:main
nextcloud/spreed:main
from
sudormant:main
sudormant/spreed:main
Copy head branch name to clipboard
Commits
Commits on May 12, 2026
change(conversations): set default shouldSkipLastActivity / skipLastActivity flag for event dispatcher from false to true. This should help with chat state changes (users removed / added, moderator…
Show description for 682cd0d
sudormant
committed
682cd0d
View commit details
Copy full SHA for 682cd0d
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 6f7f684
sudormant
committed
6f7f684
View commit details
Copy full SHA for 6f7f684
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 d028ad8
sudormant
committed
d028ad8
View commit details
Copy full SHA for d028ad8
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 739857c
sudormant
committed
739857c
View commit details
Copy full SHA for 739857c
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 c08c7aa
sudormant
committed
c08c7aa
View commit details
Copy full SHA for c08c7aa
Browse repository at this point
Commits on May 17, 2026
chore: fix git merge gone wrong
Show description for f0cb33a
sudormant
committed
f0cb33a
View commit details
Copy full SHA for f0cb33a
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 50d3fe3
sudormant
committed
50d3fe3
View commit details
Copy full SHA for 50d3fe3
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 3ad92d6
sudormant
committed
3ad92d6
View commit details
Copy full SHA for 3ad92d6
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 d8c57dc
sudormant
committed
d8c57dc
View commit details
Copy full SHA for d8c57dc
Browse repository at this point
Update lib/ResponseDefinitions.php
Show description for 6c80235
sudormant
and
nickvergessen
authored
6c80235
View commit details
Copy full SHA for 6c80235
Browse repository at this point
Commits on Jul 9, 2026
Merge branch 'main' of https://github.com/sudormant/spreed
Christian Lorang
committed
319cfb6
View commit details
Copy full SHA for 319cfb6
Browse repository at this point
Commits on Jul 13, 2026
fix(conversations): reworked merge request scope as discussed in issue comments
Show description for c5f50d2
sudormant
committed
c5f50d2
View commit details
Copy full SHA for c5f50d2
Browse repository at this point
fix(conversations): rework merge request scope as discussed in issue comments
Show description for 225116b
sudormant
committed
225116b
View commit details
Copy full SHA for 225116b
Browse repository at this point
You can’t perform that action at this time.