Add back gotFirstUnreadMessage variable

This commit is contained in:
Garth Vander Houwen 2025-08-27 08:21:44 -07:00
parent 28a2b175e0
commit 0607146542

View file

@ -210,6 +210,7 @@ struct ChannelMessageList: View {
withAnimation {
scrollView.scrollTo(firstUnreadMessageId, anchor: .top)
showScrollToBottomButton = true
gotFirstUnreadMessage = true
}
}
}