Skip to content

refactor: remove deprecated calls to IConfig::getAppValue#17171

Open
miaulalala wants to merge 7 commits intomainfrom
refactor/noid/remove-deprecated-config-app-calls
Open

refactor: remove deprecated calls to IConfig::getAppValue#17171
miaulalala wants to merge 7 commits intomainfrom
refactor/noid/remove-deprecated-config-app-calls

Conversation

@miaulalala
Copy link
Contributor

@miaulalala miaulalala commented Feb 19, 2026

To fix:

image

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • πŸ“˜ API documentation in docs/ has been updated or is not required
  • πŸ”– Capability is added or not needed

Signed-off-by: Anna Larch <anna@nextcloud.com>
@miaulalala miaulalala marked this pull request as draft February 19, 2026 16:44
@miaulalala miaulalala marked this pull request as draft February 19, 2026 16:44
@miaulalala miaulalala marked this pull request as ready for review February 27, 2026 20:11
$groups = $this->config->getAppValue('spreed', 'allowed_groups', '[]');
$groups = json_decode($groups, true);
return \is_array($groups) ? $groups : [];
$groups = $this->appConfig->getAppValueArray('allowed_groups');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should document the types and included changed defaults in the settings.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants