Add unmute option in profile view
Changelog-Added: Add unmute option in profile view Closes: #1050
This commit is contained in:
committed by
William Casarin
parent
5f64f54ef5
commit
94a29e2c2f
@@ -44,6 +44,9 @@ struct MutelistView: View {
|
||||
}
|
||||
}
|
||||
.navigationTitle(NSLocalizedString("Muted Users", comment: "Navigation title of view to see list of muted users."))
|
||||
.onAppear {
|
||||
users = get_mutelist_users(damus_state.contacts.mutelist)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user