Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-05-19 15:31:04 +0300
committerVitor Mattos <vitor@php.rio>2022-06-30 21:01:26 +0300
commit26808039bd1f967cf6ce81b9be3c822dfd345d9b (patch)
treedb290164fe11d5700777101557808431bef739a3 /appinfo
parent05b0808478015fe3470321b247b68ffc6a7df3db (diff)
Remove expire job from background job list
The expire job is started when the expire time is defined Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cfb600a7a..6f7c7603d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,7 +62,6 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<job>OCA\Talk\BackgroundJob\CheckReferenceIdColumn</job>
<job>OCA\Talk\BackgroundJob\CheckHostedSignalingServer</job>
<job>OCA\Talk\BackgroundJob\CheckMatterbridges</job>
- <job>OCA\Talk\BackgroundJob\ApplyTtl</job>
</background-jobs>
<repair-steps>