Closed leonardochaia closed 6 years ago
Just call it the SkypeMiddleware. The Teams one is called MicrosoftTeamsMiddleware because that's technically the full product name.
@MattSFT done, renamed MicrosoftSkypeMiddleware
to SkypeMiddleware
@leonardochaia are you planning to merge this in?
Hi @MattSFT, it'd be great to merge this, but I don't think I'm allowed to:
Only those with write access to this repository can merge pull requests.
Adds the
MicrosoftSkypeMiddleware
, which is the same as theMicrosoftTeamsMiddleware
but with less features.Features included:
Features removed:
HUBOT_OFFICE365_TENANT_FILTER
Given that the logic below
Helper methods for generating richer messages
(line 70) is exactly the same asMicrosoftTeamsMiddleware
we could refactor to reuse it, but considering that, despite of being the same, they're specific to the channel they represent so we may decide to leave it as it is. Do let me know if you'd like to share this logic and I'll refactor.Fixes #31