wot: show friend icons is some views
easier to detect if someone is trying to fake us out Changelog-Added: Friend icons next to names on some views. Check is friend. Arrows are friend-of-friends Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -27,7 +27,7 @@ struct DirectMessagesView: View {
|
||||
let chat = DMChatView(damus_state: damus_state, pubkey: tup.0)
|
||||
.environmentObject(tup.1)
|
||||
NavigationLink(destination: chat) {
|
||||
EventView(damus: damus_state, event: ev, pubkey: tup.0)
|
||||
EventView(damus: damus_state, event: ev, pubkey: tup.0, show_friend_icon: true)
|
||||
}
|
||||
.buttonStyle(PlainButtonStyle())
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user