We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
El rich text formatter nuevo del cliente de slack soporta pegar texto enriquecido, y esto esta rompiendo las invitaciones de leonel.
cuando se pega un correo con link, leonel reporta el siguente error:
bot:main not caught { "client_msg_id": "13995de0-13f7-4d0d-9f3e-3daeeb35bf27", "suppress_notification": false, "type": "message", "text": "invite a <mailto:[email protected]|[email protected]>", "user": "REDACTED", "team": "REDACTED", "blocks": [ { "type": "rich_text", "block_id": "OdZ/i", "elements": [ { "type": "rich_text_section", "elements": [ { "type": "text", "text": "invite a " }, { "type": "link", "url": "mailto:[email protected]", "text": "[email protected]" } ] } ] } ], "source_team": "REDACTED", "user_team": "REDACTED", "channel": "REDACTED", "event_ts": "1588706842.001100", "ts": "1588706842.001100", "event": "direct_message", "match": [ "invite a <mailto:[email protected]|[email protected]>" ] }````
The text was updated successfully, but these errors were encountered:
No branches or pull requests
El rich text formatter nuevo del cliente de slack soporta pegar texto enriquecido, y esto esta rompiendo las invitaciones de leonel.
cuando se pega un correo con link, leonel reporta el siguente error:
The text was updated successfully, but these errors were encountered: