added comments to tweets

This commit is contained in:
2026-04-06 14:11:10 -04:00
parent 6927f6eb9b
commit faa96d88f5
7 changed files with 587 additions and 9 deletions

View File

@@ -644,6 +644,7 @@ export async function validateReadMedia(
export type CreateTweetInput = {
content: string;
parentTweetId?: UUID | null;
mediaId?: UUID;
};