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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-06-02 23:39:25 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-10 17:55:18 +0300
commit3dd53588f950b7729fbf4e8f1b9c4b301260637e (patch)
tree9aeff92268fa13d5a9dcee23b95a5935d602d59e /appinfo
parenta32cb1a9d0a2fe221e6f2c169c3db33f2f27736d (diff)
Remove background job to reset "in call" flag
When a user leaves a room the "in call" flag is also reset. As users are now forced to leave the room when they are inactive it is no longer needed to reset the flag using a background job. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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 c3c2ea5fa..e44442535 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -50,7 +50,6 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<background-jobs>
<job>OCA\Spreed\BackgroundJob\ExpireSignalingMessage</job>
<job>OCA\Spreed\BackgroundJob\RemoveEmptyRooms</job>
- <job>OCA\Spreed\BackgroundJob\ResetInCallFlags</job>
</background-jobs>
<settings>