Merge pull request #15462 from nextcloud/backport/15460/stable29

[stable29] fix: use the correct `CheckCertificates` class in background jobs
This commit is contained in:
Joas Schilling 2025-07-04 12:09:06 +02:00 committed by GitHub
commit 006384c6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,10 +54,10 @@
</dependencies>
<background-jobs>
<job>OCA\Talk\BackgroundJob\CheckCertificates</job>
<job>OCA\Talk\BackgroundJob\CheckHostedSignalingServer</job>
<job>OCA\Talk\BackgroundJob\CheckMatterbridges</job>
<job>OCA\Talk\BackgroundJob\CheckReferenceIdColumn</job>
<job>OCA\Talk\BackgroundJob\CheckTurnCertificate</job>
<job>OCA\Talk\BackgroundJob\ExpireChatMessages</job>
<job>OCA\Talk\BackgroundJob\ExpireSignalingMessage</job>
<job>OCA\Talk\BackgroundJob\Reminder</job>