aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Utility
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-04-20 22:19:42 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-04-20 22:19:42 -0700
commit3934a0487ad80f231e4088902bf8308c12c2d0b0 (patch)
tree846ebd450292db1309e79bdef20b2c17692eafdc /Hotline/Utility
parent1a82975ad00bced8bba8cd6df6a9920a7ae93c61 (diff)
Add handling for new news post transaction
Diffstat (limited to 'Hotline/Utility')
-rw-r--r--Hotline/Utility/SoundEffects.swift1
1 files changed, 1 insertions, 0 deletions
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