mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(Discord Node): When using OAuth2 authentication, check if user is a guild member when sending direct message (#9183)
This commit is contained in:
@@ -124,7 +124,7 @@ export async function categorySearch(this: ILoadOptionsFunctions): Promise<INode
|
||||
|
||||
export async function userSearch(
|
||||
this: ILoadOptionsFunctions,
|
||||
filter?: string,
|
||||
_filter?: string,
|
||||
paginationToken?: string,
|
||||
): Promise<INodeListSearchResult> {
|
||||
const guildId = await getGuildId.call(this);
|
||||
|
||||
Reference in New Issue
Block a user