summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-09 09:14:31 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-09 09:14:31 +0200
commitb58878dd78bc94ffb2889baa380568897bbe9a47 (patch)
treef5d1d6b766c9519844df614b50732595472385b0 /appinfo/info.xml
parent0b053117beadfedf559333c9b9507ccd0ca2f956 (diff)
Fix alphabetic order
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1f5f8d3bc..d8120f71c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,8 +62,8 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<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>