Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Leonel no soporta rich text #120

@buritica

Description

@buritica

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]>"
  ]
}````

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions