From 3934a0487ad80f231e4088902bf8308c12c2d0b0 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 20 Apr 2024 22:19:42 -0700 Subject: Add handling for new news post transaction --- Hotline/Utility/SoundEffects.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hotline/Utility/SoundEffects.swift') diff --git a/Hotline/Utility/SoundEffects.swift b/Hotline/Utility/SoundEffects.swift index 426bfa2..175fa5b 100644 --- a/Hotline/Utility/SoundEffects.swift +++ b/Hotline/Utility/SoundEffects.swift @@ -7,6 +7,7 @@ enum SoundEffects: String { case transferComplete = "transfer-complete" case userLogin = "user-login" case userLogout = "user-logout" + case newNews = "new-news" } @Observable -- cgit