resolve mentioned user handles on the backend

This commit is contained in:
Hazelnoot 2025-05-04 10:08:41 -04:00
parent 17a9b08f54
commit 6c9dcb84ab
3 changed files with 69 additions and 2 deletions

View file

@ -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'][];