mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Merge pull request #15462 from nextcloud/backport/15460/stable29
[stable29] fix: use the correct `CheckCertificates` class in background jobs
This commit is contained in:
commit
006384c6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue