Remove extra variable

This commit is contained in:
Garth Vander Houwen 2025-08-27 08:14:16 -07:00
parent fa45e8026f
commit bd0de82f8d

View file

@ -210,7 +210,6 @@ struct ChannelMessageList: View {
}
}
}
gotFirstUnreadMessage = true
}
}
.onReceive(NotificationCenter.default.publisher(for: UIResponder.keyboardDidShowNotification)) { _ in