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

Remove deprecated features #21

Open
kamikazechaser opened this issue Apr 13, 2019 · 4 comments
Open

Remove deprecated features #21

kamikazechaser opened this issue Apr 13, 2019 · 4 comments
Assignees

Comments

@kamikazechaser
Copy link

  • Openshift is now deprecated and no longer in service.
  • Username resolution was patched on Telegrams side. tdlib is a better replacement.
  • Default websocket bridge is offline.
@GochoMugo
Copy link
Owner

@kamikazechaser

  1. Done.
  2. I considered the use of tdlib but requiring dependents to install tdlib C library. This is a barrier. Instead, I propose that we run our own service that will support username resolution, just as we relied on PWRTelegram API. I am not entirely sure that tdlib supports username resolution? (cart before the horse 🤷‍♂️)
  3. We should also have the service integrate the websocket bridge (we can re-use @GingerPlusPlus work).

@kamikazechaser
Copy link
Author

Sure, I'll see on how we can get that up and running.

@pugson
Copy link

pugson commented Jul 28, 2022

Any updates on username resolution? That would be super handy.

@kamikazechaser
Copy link
Author

You need to use ContactsResolve with MtProto to get username/phone -> userId. userId -> username is also possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants