Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.2k stars 333 forks source link

multiple bots for channel #921

Open sibdigital opened 3 years ago

sibdigital commented 3 years ago

With this PR I want to draw your attention to the problem Multiple bots support in telegram or viber #920 With this configuration, the application can process messages from multiple bots on the same channel. Of course, this is not a very elegant solution. I think that this problem can be solved in a different way, especially since release 1.5. But at this stage, it is very important for me to know your opinion on the support of multiple bots for the channel. Will it be implemented in the original project or do I need to do it in a fork?

codecov-commenter commented 2 years ago

Codecov Report

Merging #921 (cae6f99) into master (13c3ce7) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #921   +/-   ##
=======================================
  Coverage   83.17%   83.17%           
=======================================
  Files         108      108           
  Lines        5651     5651           
  Branches     1368     1413   +45     
=======================================
  Hits         4700     4700           
+ Misses        928      923    -5     
- Partials       23       28    +5     
Impacted Files Coverage Δ
packages/bottender/src/getClient.ts 52.63% <0.00%> (ø)
packages/bottender/src/initializeServer.ts 27.65% <0.00%> (ø)
packages/bottender/src/server/Server.ts 8.69% <0.00%> (ø)
packages/create-bottender-app/src/shared/log.ts 0.00% <0.00%> (ø)

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 13c3ce7...cae6f99. Read the comment docs.