Skip to content

Invalid message types silently fail #16

@ghost

Description

If you try to do something like this, it silently fails and returns undefined:

reply({
  type: 'text',
  text: 'Hello, world!'
})

(text is an invalid message type, I meant message.)

Same with networks.send(), it returns an array of undefineds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions