Auto commit for release 'develop' on 2024-12-31

This commit is contained in:
github-actions
2024-12-31 08:09:51 +01:00
parent 9e34314dbc
commit b58d809063
7 changed files with 43 additions and 42 deletions

View File

@@ -91,7 +91,7 @@ class ReturnsAvailableChannels
}
// validate presence of of Ntfy settings.
$ntfyTopic = (string) app('preferences')->getEncryptedForUser($user, 'ntfy_topic', '')->data;
$ntfyTopic = (string) app('preferences')->getEncryptedForUser($user, 'ntfy_topic', '')->data;
if ('' !== $ntfyTopic) {
Log::debug(sprintf('Enabled ntfy, "%s"', $ntfyTopic));
$channels[] = NtfyChannel::class;