mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Read all messages in channel at once
This commit is contained in:
parent
b582d0d4bf
commit
ff81f77aa6
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ struct ChannelMessageList: View {
|
|||
.id(message.messageId)
|
||||
.onAppear {
|
||||
if !message.read {
|
||||
message.read = true
|
||||
do {
|
||||
for unreadMessage in channel.allPrivateMessages.filter({ !$0.read }) {
|
||||
unreadMessage.read = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue