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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add feature, that allow add some number of buttons to each message. When user press on button on message in his matrix-client - matrix-client must send some command to user, which send this message.
For example:
Bot with name "ticket_bot" send message to user with text "new ticket X in status NEW" with button "accept ticket"
User in matrix-client press to button "accept ticket"
Matrix client send to bot some command-message: "@ticket_bot button_1_cmd mesage_id=matrix_event_id
bot "ticket_bot" receive this text, parse matrix_message by id and set ticket X to state "process by user"
Another way (today) user must send special command to user and send ticket id as parameter, or answer for this bot-message and send command "!accept" (or other text) - then bot process it. This is to hard for users especially on mobile devices when users work at outdoor.
So I think may be add support such json to message:
Add feature, that allow add some number of buttons to each message. When user press on button on message in his matrix-client - matrix-client must send some command to user, which send this message.
For example:
Another way (today) user must send special command to user and send ticket id as parameter, or answer for this bot-message and send command "!accept" (or other text) - then bot process it. This is to hard for users especially on mobile devices when users work at outdoor.
So I think may be add support such json to message:
order - this is for sort buttons in message
The text was updated successfully, but these errors were encountered: