Skip to content

Commit

Permalink
Merge pull request #2103 from rferrari/develop
Browse files Browse the repository at this point in the history
fix: clientConfig.telegram.isPartOfTeam misstype
  • Loading branch information
odilitime authored Jan 10, 2025
2 parents b249393 + 6765099 commit 05338cd
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 @@ -507,7 +507,7 @@ export class MessageManager {

// Check if team member has direct interest first
if (
this.runtime.character.clientConfig?.discord?.isPartOfTeam &&
this.runtime.character.clientConfig?.telegram?.isPartOfTeam &&
!this._isTeamLeader() &&
this._isRelevantToTeamMember(messageText, chatId)
) {
Expand Down

0 comments on commit 05338cd

Please sign in to comment.