You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, I think, generally, we need to set reply message type based on incoming message type. E.g. if my client has sent message with chat type (Message.Type.CHAT) then the bot also should reply with the same message type.
Now bot always replies with a normal message type (Message.Type.NORMAL), which doesn't work with some clients.
The text was updated successfully, but these errors were encountered:
I've tested example bot with Gajim and Psi, and both doesn't display bot's replies to me.
Setting the message type to a
chat
fixes this.But, I think, generally, we need to set reply message type based on incoming message type. E.g. if my client has sent message with
chat
type (Message.Type.CHAT
) then the bot also should reply with the same message type.Now bot always replies with a
normal
message type (Message.Type.NORMAL
), which doesn't work with some clients.The text was updated successfully, but these errors were encountered: