Skip to content
New issue

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

Leonel no soporta rich text #120

Open
buritica opened this issue May 5, 2020 · 0 comments
Open

Leonel no soporta rich text #120

buritica opened this issue May 5, 2020 · 0 comments

Comments

@buritica
Copy link
Member

buritica commented May 5, 2020

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:XXXX@gmail.com|XXXX@gmail.com>",
  "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:XXXX@gmail.com",
              "text": "XXXX@gmail.com"
            }
          ]
        }
      ]
    }
  ],
  "source_team": "REDACTED",
  "user_team": "REDACTED",
  "channel": "REDACTED",
  "event_ts": "1588706842.001100",
  "ts": "1588706842.001100",
  "event": "direct_message",
  "match": [
    "invite a <mailto:XXXX@gmail.com|XXXX@gmail.com>"
  ]
}````

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant