Skip to content

Commit

Permalink
Merge pull request #948 from bmgalego/fix-telegram-response
Browse files Browse the repository at this point in the history
fix: telegram response memory userId to agentId
  • Loading branch information
lalalune authored Dec 10, 2024
2 parents a26bf19 + d0dfa96 commit 589df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-telegram/src/messageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export class MessageManager {
this.runtime.agentId
),
agentId,
userId,
userId: agentId,
roomId,
content: {
...content,
Expand Down

0 comments on commit 589df71

Please sign in to comment.