mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(X (Formerly Twitter) Node): Rename Twitter to X (keep Twitter alias) (#7179)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -8,12 +8,12 @@ import { TwitterV2 } from './V2/TwitterV2.node';
|
||||
export class Twitter extends VersionedNodeType {
|
||||
constructor() {
|
||||
const baseDescription: INodeTypeBaseDescription = {
|
||||
displayName: 'Twitter',
|
||||
displayName: 'X (Formerly Twitter)',
|
||||
name: 'twitter',
|
||||
icon: 'file:twitter.svg',
|
||||
icon: 'file:x.svg',
|
||||
group: ['output'],
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume Twitter API',
|
||||
description: 'Consume the X API',
|
||||
defaultVersion: 2,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user