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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,6 +141,9 @@ type MessengerConnection {
|
||||
userId: ID!
|
||||
type: MessengerType!
|
||||
channelId: String!
|
||||
displayName: String
|
||||
username: String
|
||||
avatarAvailable: Boolean!
|
||||
isActive: Boolean!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user