mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Update all owner events so they support all channels
This commit is contained in:
@@ -77,7 +77,7 @@ class NotificationController extends Controller
|
||||
|
||||
// validate pushover
|
||||
if ('' === $pushoverAppToken || '' === $pushoverUserToken) {
|
||||
Log::warning('No Pushover token, channel is disabled.');
|
||||
Log::warning('[a] No Pushover token, channel is disabled.');
|
||||
$forcedAvailability['pushover'] = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user