-
Notifications
You must be signed in to change notification settings - Fork 508
feat: add scheduled messages BG job #16508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it string or int in PHP now, I thought it's int?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm as confused as you are, I thought it needs to be a string fo 32 bit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
- [ ] 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 <[email protected]>
- [ ] 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 <[email protected]>
Signed-off-by: Anna Larch <[email protected]>
48b20dd to
f757d59
Compare
Signed-off-by: Joas Schilling <[email protected]>
21a2e23 to
080b0fc
Compare

☑️ 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