There was an error while loading. Please reload this page.
1 parent ef78312 commit 7683617Copy full SHA for 7683617
1 file changed
lib/Migration/Version030500Date20260715083046.php
@@ -105,6 +105,6 @@ private function getDistinctUserIds(): array {
105
}
106
107
$userIds = array_unique(array_merge($userIdsChat, $userIdsAssignments));
108
- return $userIds;
+ return array_values($userIds);
109
110
0 commit comments