Skip to content

Commit

Permalink
feat(core): attach Meta<'send'>.userId
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 16, 2020
1 parent 75c64b3 commit edee314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/koishi-core/src/sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export class Sender {
message,
sendType,
postType: 'send',
userId: this.app.selfId,
[$ctxType + 'Id']: $ctxId,
} as Meta<'send'>
}
Expand Down

0 comments on commit edee314

Please sign in to comment.