Skip to content

Invalid Message Reply #7644

Description

@nickninov

Found this while messing around with the Python SDK:

Image

RPC call:

wakuext_sendChatMessage

Parameters:

params = [{
    "chatId": billy_butcher, # Valid Chat ID
    "text": "Hello world!",
    "contentType": 1,
    "responseTo": "test" # Message ID does not exist
}]

Is there a way to check if the given responseTo is valid? When I try to run the code with an invalid chatId I get error instead of result.

Metadata

Metadata

Assignees

No one assigned

    Type

    Fields

    No fields configured for Bug.

    Projects

    Status
    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions