From fadb1827be354c157d65fe2040f5df251722a128 Mon Sep 17 00:00:00 2001 From: Kent Delante Date: Mon, 20 Oct 2025 16:56:38 +0800 Subject: [PATCH] fix: move ResetEmails repair step to live migrations Signed-off-by: Kent Delante --- appinfo/info.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3f9d4f4e..2153da1f 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -36,8 +36,10 @@ Guests users can only access files shared to them and cannot create any files ou OCA\Guests\Migration\OwncloudGuestsMigration - OCA\Guests\Repair\ResetEmails + + OCA\Guests\Repair\ResetEmails + OCA\Guests\Command\ListCommand