mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	This commit is contained in:
		| @@ -120,7 +120,7 @@ class PreferencesController extends Controller | |||||||
|         $pushoverUserToken              = (string) Preferences::getEncrypted('pushover_user_token', '')->data; |         $pushoverUserToken              = (string) Preferences::getEncrypted('pushover_user_token', '')->data; | ||||||
|         $ntfyServer                     = Preferences::getEncrypted('ntfy_server', 'https://ntfy.sh')->data; |         $ntfyServer                     = Preferences::getEncrypted('ntfy_server', 'https://ntfy.sh')->data; | ||||||
|         $ntfyTopic                      = (string) Preferences::getEncrypted('ntfy_topic', '')->data; |         $ntfyTopic                      = (string) Preferences::getEncrypted('ntfy_topic', '')->data; | ||||||
|         $ntfyAuth                       = Preferences::get('ntfy_auth', false)->data; |         $ntfyAuth                       = '1' === Preferences::get('ntfy_auth', false)->data; | ||||||
|         $ntfyUser                       = Preferences::getEncrypted('ntfy_user', '')->data; |         $ntfyUser                       = Preferences::getEncrypted('ntfy_user', '')->data; | ||||||
|         $ntfyPass                       = (string) Preferences::getEncrypted('ntfy_pass', '')->data; |         $ntfyPass                       = (string) Preferences::getEncrypted('ntfy_pass', '')->data; | ||||||
|         $channels                       = config('notifications.channels'); |         $channels                       = config('notifications.channels'); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user