feat: add scheduled messages BG job#16508
Merged
nickvergessen merged 2 commits intomainfrom Dec 19, 2025
Merged
Conversation
14 tasks
ce945d0 to
4c83af5
Compare
2db4092 to
621b41e
Compare
| } | ||
|
|
||
| public function deleteById(Room $chat, int $id, string $actorType, string $actorId): int { | ||
| public function deleteById(Room $chat, string $id, string $actorType, string $actorId): int { |
Member
There was a problem hiding this comment.
is it string or int in PHP now, I thought it's int?
Contributor
Author
There was a problem hiding this comment.
I'm as confused as you are, I thought it needs to be a string fo 32 bit?
Member
There was a problem hiding this comment.
As per my understanding that is only for JSON/JS etc.
So in out going response objects.
For anything else it can be an int as far as I understood?
883c2bc to
9f797af
Compare
miaulalala
added a commit
that referenced
this pull request
Dec 18, 2025
- [ ] needs nextcloud/server#56795 - [ ] needs #16508 Skipping CI for now, amend the commit message and remove the skip-ci param when ready to rebase and merge [skip-ci] Signed-off-by: Anna Larch <anna@nextcloud.com>
5 tasks
miaulalala
added a commit
that referenced
this pull request
Dec 18, 2025
- [ ] needs nextcloud/server#56795 - [ ] needs #16508 Skipping CI for now, amend the commit message and remove the skip-ci param when ready to rebase and merge [skip ci] Signed-off-by: Anna Larch <anna@nextcloud.com>
nickvergessen
approved these changes
Dec 19, 2025
Signed-off-by: Anna Larch <anna@nextcloud.com>
48b20dd to
f757d59
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
21a2e23 to
080b0fc
Compare
51 tasks
Contributor
CarlSchwan
pushed a commit
that referenced
this pull request
Jan 7, 2026
- [ ] needs nextcloud/server#56795 - [x] needs #16508 Skipping CI for now, amend the commit message and remove the skip-ci param when ready to rebase and merge [skip ci] Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Carl Schwan <carlschwan@kde.org>
CarlSchwan
pushed a commit
that referenced
this pull request
Jan 7, 2026
- [x] needs nextcloud/server#56795 - [x] needs #16508 Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Carl Schwan <carlschwan@kde.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

☑️ Resolves
🛠️ API Checklist
🚧 Tasks
Checklist:
Actor::hasScheduledMessageerror state when faulty message was updated or deleted🧪 Test Cases
🏁 Checklist
docs/has been updated or is not required