Show alert bell on direct messages.

This commit is contained in:
Garth Vander Houwen 2024-04-17 10:31:13 -07:00
parent 13154a939d
commit 2478db7232
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ struct TextMessageField: View {
HStack {
if destination.showAlertButton {
Spacer()
AlertButton { typingMessage += "🔔 Alert Bell Character! \u{7}" }
AlertButton { typingMessage += "🔔 Alert Bell! \u{7}" }
}
Spacer()
RequestPositionButton(action: requestPosition)
@ -131,7 +131,7 @@ private extension MessageDestination {
var showAlertButton: Bool {
switch self {
case .user: return false
case .user: return true
case .channel: return true
}
}

@ -1 +1 @@
Subproject commit f92900c5f884b04388fb7abf61d4df66783015e4
Subproject commit 22cbd0d4cfafa4b8c1e64517e06edc2d7a22cca9