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

fix for removing botname from received text #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eldiaboloz
Copy link

@eldiaboloz eldiaboloz commented Jul 19, 2019

In Bot Framework SDK v4 and skype groupchat at least
"channelData->text" holds the raw message and is escaped correclty
"text" is already filtered, but still contains @ botname
so can not be used

Probably will fix #13 and #10

channelData->text holds the raw message and is escaped correclty
text is already filtered, but still contains @botName
so can not be used
@codecov
Copy link

codecov bot commented Jul 19, 2019

Codecov Report

Merging #17 into master will increase coverage by 0.23%.
The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #17      +/-   ##
============================================
+ Coverage     55.24%   55.47%   +0.23%     
- Complexity       42       43       +1     
============================================
  Files             4        4              
  Lines           143      146       +3     
============================================
+ Hits             79       81       +2     
- Misses           64       65       +1
Impacted Files Coverage Δ Complexity Δ
src/BotFrameworkDriver.php 75.55% <75%> (-0.31%) 26 <0> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c3fc24...9af73f4. Read the comment docs.

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

Successfully merging this pull request may close these issues.

Bot doesn't respond in Groupchats
1 participant