added comments to tweets
This commit is contained in:
@@ -644,6 +644,7 @@ export async function validateReadMedia(
|
||||
|
||||
export type CreateTweetInput = {
|
||||
content: string;
|
||||
parentTweetId?: UUID | null;
|
||||
mediaId?: UUID;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user