feat: mention
This commit is contained in:
parent
cd52e4ba8a
commit
1e2d45f886
|
|
@ -132,4 +132,7 @@ export interface SocialProvider
|
|||
externalUrl?: (
|
||||
url: string
|
||||
) => Promise<{ client_id: string; client_secret: string }>;
|
||||
mention?: (
|
||||
query: string
|
||||
) => Promise<{ id: string; name: string; picture: string }[]>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue