Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognised subtype: message_replied #92

Open
bwbaugh opened this issue May 14, 2018 · 0 comments
Open

Unrecognised subtype: message_replied #92

bwbaugh opened this issue May 14, 2018 · 0 comments

Comments

@bwbaugh
Copy link

bwbaugh commented May 14, 2018

"{\"type\":\"message\",\"message\":{\"type\":\"message\",\"user\":\"UREDACTED\",\"text\":\"<@UREDACTED>: REDACTED\",\"thread_ts\":\"1526333638.000192\",\"reply_count\":3,\"replies\":[{\"user\":\"UREDACTED\",\"ts\":\"1526333810.000040\"},{\"user\":\"UREDACTED\",\"ts\":\"1526333869.000455\"},{\"user\":\"UREDACTED\",\"ts\":\"1526333898.000283\"}],\"unread_count\":3,\"ts\":\"1526333638.000192\"},\"subtype\":\"message_replied\",\"hidden\":true,\"channel\":\"CREDACTED\",\"event_ts\":\"1526333898.000318\",\"ts\":\"1526333898.000318\"}"
Error in $: Unrecognised subtype: message_replied
Please report this failure to the github issue tracker

Pretty printed JSON:

{
  "channel": "CREDACTED",
  "event_ts": "1526333898.000318",
  "hidden": true,
  "message": {
    "replies": [
      {
        "ts": "1526333810.000040",
        "user": "UREDACTED"
      },
      {
        "ts": "1526333869.000455",
        "user": "UREDACTED"
      },
      {
        "ts": "1526333898.000283",
        "user": "UREDACTED"
      }
    ],
    "reply_count": 3,
    "text": "<@UREDACTED>: REDACTED",
    "thread_ts": "1526333638.000192",
    "ts": "1526333638.000192",
    "type": "message",
    "unread_count": 3,
    "user": "UREDACTED"
  },
  "subtype": "message_replied",
  "ts": "1526333898.000318",
  "type": "message"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant