[PR #764] [CLOSED] chore(deps): Bump danog/madelineproto from 8.6.0 to 8.6.1 in /vendor-bin/telegram-client #771

Closed
opened 2026-02-26 06:32:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/764
Author: @dependabot[bot]
Created: 11/18/2025
Status: Closed

Base: masterHead: dependabot/composer/vendor-bin/telegram-client/danog/madelineproto-8.6.1


📝 Commits (1)

  • dcd5c04 chore(deps): Bump danog/madelineproto in /vendor-bin/telegram-client

📊 Changes

1 file changed (+40 additions, -39 deletions)

View changed files

📝 vendor-bin/telegram-client/composer.lock (+40 -39)

📄 Description

Bumps danog/madelineproto from 8.6.0 to 8.6.1.

Release notes

Sourced from danog/madelineproto's releases.

Layer 218

Features:

  • Upgrade to layer 218

Fixes:

  • Improve error message for handlers without any param
  • Fix misc deprecations

New Methods:

Changed Methods:

Deleted Methods:

  • channels.createForumTopic
  • channels.getForumTopics
  • channels.getForumTopicsByID

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/764 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/vendor-bin/telegram-client/danog/madelineproto-8.6.1` --- ### 📝 Commits (1) - [`dcd5c04`](https://github.com/nextcloud/twofactor_gateway/commit/dcd5c046896dd4672939f2d69e52ff2154343957) chore(deps): Bump danog/madelineproto in /vendor-bin/telegram-client ### 📊 Changes **1 file changed** (+40 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `vendor-bin/telegram-client/composer.lock` (+40 -39) </details> ### 📄 Description Bumps [danog/madelineproto](https://github.com/danog/MadelineProto) from 8.6.0 to 8.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danog/MadelineProto/releases">danog/madelineproto's releases</a>.</em></p> <blockquote> <h2>Layer 218</h2> <p>Features:</p> <ul> <li>Upgrade to layer 218</li> </ul> <p>Fixes:</p> <ul> <li>Improve error message for handlers without any param</li> <li>Fix misc deprecations</li> </ul> <p>New Methods:</p> <ul> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/auth.checkPaidAuth.html">auth.checkPaidAuth</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/users.suggestBirthday.html">users.suggestBirthday</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/contacts.updateContactNote.html">contacts.updateContactNote</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getForumTopics.html">messages.getForumTopics</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.getForumTopicsByID.html">messages.getForumTopicsByID</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.editForumTopic.html">messages.editForumTopic</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.updatePinnedForumTopic.html">messages.updatePinnedForumTopic</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.reorderPinnedForumTopics.html">messages.reorderPinnedForumTopics</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.createForumTopic.html">messages.createForumTopic</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/messages.deleteTopicHistory.html">messages.deleteTopicHistory</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarGiftAuctionState.html">payments.getStarGiftAuctionState</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarGiftAuctionAcquiredGifts.html">payments.getStarGiftAuctionAcquiredGifts</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getStarGiftActiveAuctions.html">payments.getStarGiftActiveAuctions</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/phone.sendGroupCallMessage.html">phone.sendGroupCallMessage</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/phone.sendGroupCallEncryptedMessage.html">phone.sendGroupCallEncryptedMessage</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/phone.deleteGroupCallMessages.html">phone.deleteGroupCallMessages</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/phone.deleteGroupCallParticipantMessages.html">phone.deleteGroupCallParticipantMessages</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/phone.getGroupCallStars.html">phone.getGroupCallStars</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/phone.saveDefaultSendAs.html">phone.saveDefaultSendAs</a></li> <li><a href="https://docs.madelineproto.xyz/API_docs/methods/stories.startLive.html">stories.startLive</a></li> </ul> <p>Changed Methods:</p> <ul> <li>Removed background_emoji_id param from <a href="https://docs.madelineproto.xyz/API_docs/methods/account.updateColor.html">account.updateColor</a></li> <li>Added note param to <a href="https://docs.madelineproto.xyz/API_docs/methods/contacts.addContact.html">contacts.addContact</a></li> <li>Added schedule_repeat_period param to <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.sendMessage.html">messages.sendMessage</a></li> <li>Added schedule_repeat_period param to <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.sendMedia.html">messages.sendMedia</a></li> <li>Added schedule_repeat_period param to <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.forwardMessages.html">messages.forwardMessages</a></li> <li>Added schedule_repeat_period param to <a href="https://docs.madelineproto.xyz/API_docs/methods/messages.editMessage.html">messages.editMessage</a></li> <li>Added for_live_stories param to <a href="https://docs.madelineproto.xyz/API_docs/methods/channels.getSendAs.html">channels.getSendAs</a></li> <li>Added peer_color_available param to <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getSavedStarGifts.html">payments.getSavedStarGifts</a></li> <li>Added exclude_hosted param to <a href="https://docs.madelineproto.xyz/API_docs/methods/payments.getSavedStarGifts.html">payments.getSavedStarGifts</a></li> <li>Added messages_enabled param to <a href="https://docs.madelineproto.xyz/API_docs/methods/phone.toggleGroupCallSettings.html">phone.toggleGroupCallSettings</a></li> <li>Added send_paid_messages_stars param to <a href="https://docs.madelineproto.xyz/API_docs/methods/phone.toggleGroupCallSettings.html">phone.toggleGroupCallSettings</a></li> <li>Added live_story param to <a href="https://docs.madelineproto.xyz/API_docs/methods/phone.getGroupCallStreamRtmpUrl.html">phone.getGroupCallStreamRtmpUrl</a></li> </ul> <p>Deleted Methods:</p> <ul> <li>channels.createForumTopic</li> <li>channels.getForumTopics</li> <li>channels.getForumTopicsByID</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danog/MadelineProto/commit/192526f50caf49bb9c77f6b0153d2985dacfc069"><code>192526f</code></a> Fix tag</li> <li><a href="https://github.com/danog/MadelineProto/commit/25e18938a692e548cff86a529f653e64921cf42b"><code>25e1893</code></a> Fix php-parser deprecation</li> <li><a href="https://github.com/danog/MadelineProto/commit/3bc540b330397627c6bdc8ece69803a68ced57d3"><code>3bc540b</code></a> Skip leproxy tests</li> <li><a href="https://github.com/danog/MadelineProto/commit/06b81c0b900850b103a8dcaeea19ee92c67eda54"><code>06b81c0</code></a> Bump to layer 218</li> <li><a href="https://github.com/danog/MadelineProto/commit/72af31eb01f59a9a74750da133edeb8100772a69"><code>72af31e</code></a> Small fix</li> <li><a href="https://github.com/danog/MadelineProto/commit/acf4c83483af98322f4bbda96105732dd790edb1"><code>acf4c83</code></a> cleanup</li> <li><a href="https://github.com/danog/MadelineProto/commit/3a10bbd7b7ac75da6daa9ddc2c155f7a4d9f7460"><code>3a10bbd</code></a> cs-fix</li> <li><a href="https://github.com/danog/MadelineProto/commit/22bcbf37ba2c5929d48bb94eb5d4d7500c7de5d4"><code>22bcbf3</code></a> Improve error message for handlers without any param</li> <li><a href="https://github.com/danog/MadelineProto/commit/438ef05d6af709195f051c1ad38c872cc0c00376"><code>438ef05</code></a> Bump release</li> <li><a href="https://github.com/danog/MadelineProto/commit/3d9a555e4b9526d1ce9cb68d9cafb81605b77720"><code>3d9a555</code></a> Bump to layer 216</li> <li>Additional commits viewable in <a href="https://github.com/danog/MadelineProto/compare/8.6.0...8.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=danog/madelineproto&package-manager=composer&previous-version=8.6.0&new-version=8.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#771
No description provided.