Merge pull request #14727 from MrPetovan/bug/14725-restore-group-widget

Remove test code from GroupManager::widget
This commit is contained in:
Hypolite Petovan 2025-01-25 12:47:12 -05:00 committed by GitHub
commit eec293191b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,8 +108,6 @@ class GroupManager
$entries = [];
$contacts = [];
foreach ($contacts as $contact) {
$entry = [
'url' => 'contact/' . $contact['id'] . '/conversations',