summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-09 09:11:37 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-09 09:11:37 +0200
commitce11d0602c9598e242e52364ded319c239a61a2c (patch)
tree9ab12936e4fb3f5d44c35ee4ae93fcd4ee872aa4 /appinfo
parent94396096e7eaf3564566fea620c4c87c385c625d (diff)
fix(jobs): Fix conflict resolution
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5f49fc0da..29bc9b786 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -59,11 +59,10 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<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\RemoveEmptyRooms</job>
<job>OCA\Talk\BackgroundJob\Reminder</job>
+ <job>OCA\Talk\BackgroundJob\RemoveEmptyRooms</job>
<job>OCA\Talk\BackgroundJob\ResetAssignedSignalingServer</job>
</background-jobs>