Skip to content

[BUG]在使用Lagrange.OneBot的时候无法响应tim和一些旧版本qq的回复事件 #63

@dorioku

Description

@dorioku

[BUG]在使用Lagrange.OneBot的时候无法响应tim和一些旧版本qq的回复事件
但是能正常响应手机端和ntqq的事件

tim

  message: [
    { type: 'at', data: [Object] },
    { type: 'text', data: [Object] },
    { type: 'reply', data: [Object] },
    { type: 'text', data: [Object] }
  ],
  raw_message: '[CQ:at,qq=qqid,name=@test] [CQ:reply,id=-971231350]反推',

ntqq

  message: [
    { type: 'reply', data: [Object] },
    { type: 'text', data: [Object] }
  ],
  raw_message: '[CQ:reply,id=-971231350]反推',
  message: [
    { type: 'reply', data: [Object] },
    { type: 'at', data: [Object] },
    { type: 'text', data: [Object] }
  ],
  raw_message: '[CQ:reply,id=-972540956][CQ:at,qq=qqid,name=@test] 反推',

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