Changes after review

This commit is contained in:
Michael 2023-09-26 05:05:51 +00:00
parent 84b38beb9a
commit 82684cd6cd
3 changed files with 3 additions and 19 deletions

View file

@ -120,7 +120,7 @@ class Channels extends BaseSettings
-2 => $this->l10n->t('Followers'),
];
foreach (Circle::getByUID($uid) as $circle) {
foreach (Circle::getByUserId($uid) as $circle) {
$circles[$circle['id']] = $circle['name'];
}