resolve mentioned user handles on the backend
This commit is contained in:
parent
17a9b08f54
commit
6c9dcb84ab
3 changed files with 69 additions and 2 deletions
|
|
@ -4668,6 +4668,9 @@ export type components = {
|
|||
/** @enum {string} */
|
||||
visibility: 'public' | 'home' | 'followers' | 'specified';
|
||||
mentions?: string[];
|
||||
mentionHandles?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
visibleUserIds?: string[];
|
||||
fileIds?: string[];
|
||||
files?: components['schemas']['DriveFile'][];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue