feat(profile): show real telegram avatars in messenger chips
This commit is contained in:
@@ -2,5 +2,6 @@ query Me {
|
||||
me {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,9 @@ query MyMessengerConnections {
|
||||
id
|
||||
type
|
||||
channelId
|
||||
displayName
|
||||
username
|
||||
avatarAvailable
|
||||
isActive
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user