Skip to content

get_messages fails on repeated channels #1

Description

@sp1ff

If the result of getmessages is something like this:

channel: foo
message: a
channel: foo
message: b

Only message "b" will be processed. get_messages assumes, incorrectly, that they will be batched:

channel: foo
message: a
message: b

Which is not what I'm seeing in the field.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions