mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Telegram Node): Fix sending binary data when disable notification is set (#2990)
This commit is contained in:
committed by
GitHub
parent
ec618e25bb
commit
26a7c61175
@@ -2172,6 +2172,8 @@ export class Telegram implements INodeType {
|
||||
const dataBuffer = await this.helpers.getBinaryDataBuffer(i, binaryPropertyName);
|
||||
const propertyName = getPropertyName(operation);
|
||||
|
||||
body.disable_notification = body.disable_notification?.toString() || 'false';
|
||||
|
||||
const formData = {
|
||||
...body,
|
||||
[propertyName]: {
|
||||
|
||||
Reference in New Issue
Block a user