Thanks for your great work for making Telegram with Webogram available on the Desktop / Web!
To make it easier to debug, fix bugs and reuse the base protocol implementation, it would be great if you could make the mtproto.js
an external dependency and an separate GitHub Repo under your account.
Great idea :)
It would be great, very good idea. Would greatly help if it were a separate project.
I'm very intereted in this, too. Do you have a roadmap / Do you know how much time you will need?
:+1:
:+1:
I think, I'm finally going to do this.
I'd like to decouple mtproto.js from this project and Angular.js. Current main deps are $http and $q services. I will replace $http with fetch() (and this Shim for older browsers) and $q with native promises (via bluebird). Also $rootScope will be replaced with some callbacks.
This may help to make it work with angular https://github.com/angular/angular.js/issues/12533#issuecomment-129262925
This is very useful.
We can use TypeScript or Babel for make this...
Please test Bluebird-Shim extensively under Windows. From Aurelia I've learned that it caused troubles there time and again (Internet Explore Edge vs. older ones).
@zhukov any progress on this?
Any updates?
@zhukov just in case, it should be a good idea to start a dispute for mtproto package name - https://www.npmjs.com/package/mtproto. What to do - https://www.npmjs.com/policies/disputes#tldr.
Any updates?
I'd consider using https://github.com/zerobias/telegram-mtproto if I was JS dev.
For some reason this library https://github.com/zerobias/telegram-mtproto does ban my account if opened at different places. I tried webogram and that works. It would be great to decouple mtproto.js
Dzięki
pon., 18 mar 2019, 14:51 użytkownik Abhishek Gahlot <
[email protected]> napisał:
For some reason this library https://github.com/zerobias/telegram-mtproto
does ban my account if opened at different places. I tried webogram and
that works. It would be great to decouple mtproto.js—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/zhukov/webogram/issues/124#issuecomment-473917975,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGWPq1K8cwNeUuivfVh2oYaFDxcghqhiks5vX5nsgaJpZM4Bmz59
.
I am going to fork and start working on standalone library with mtprotojs file.
@abhishekgahlot you will find only pain :/
OK
śr., 20 mar 2019, 23:59 użytkownik andretshurotshka <
[email protected]> napisał:
@abhishekgahlot https://github.com/abhishekgahlot you will find only
pain :/—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/zhukov/webogram/issues/124#issuecomment-475061097,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGWPq4LLE3lUjPjbGbObQeqg4_KS64bpks5vYr1RgaJpZM4Bmz59
.
Most helpful comment
I think, I'm finally going to do this.
I'd like to decouple mtproto.js from this project and Angular.js. Current main deps are $http and $q services. I will replace $http with fetch() (and this Shim for older browsers) and $q with native promises (via bluebird). Also $rootScope will be replaced with some callbacks.