ars3niy / tdlib-purple

libpurple Telegram plugin using tdlib
Other
147 stars 29 forks source link

Git commit for tdlib 1.7.9 #135

Open webmeister opened 2 years ago

webmeister commented 2 years ago

Since f7829a498ac4c0f359bbfdf1001e274196ef2069 you require a specific tdlib version. But tdlib itself does not provide a tag or release for version 1.7.9 (or really any version that does not end in 0). See https://github.com/tdlib/td/issues/1718 and https://github.com/tdlib/td/issues/1627 for details on their development flow, that also seems to confuse other people.

Could you therefore please link to the exact Git commit that should be used to get a compatible tdlib?

Based on

In fact, if you want to use the most stable TDLib 1.X.Y, you need to search for the first commit with that version and message "Update/Increase layer to ..." and use the commit just before that.

I'd guess that should be https://github.com/tdlib/td/commit/8fd9d89ec3a8c8ddb397e0bb769ef059630d008c for tdlib 1.7.9, but I'd rather not guess ;)

BenWiederhake commented 2 years ago

Personally, I use 7d41d9eaa58a6e0927806283252dc9e74eda5512, hence my PR #133.