Skip to content

should events have message ids or messages? #12

@lukesmurray

Description

@lukesmurray

detail: {
messageId: data.messageId,
aliasName,
},

detail: {
message: data.message,
aliasName
},

We should choose one, not sure if data always has the message attached so we may need to make an asynchronous call to load the new message.

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