feat: update message status handler

This commit is contained in:
Steven
2023-04-01 11:32:39 +08:00
parent 558f75f9a4
commit 06eda19fa3
5 changed files with 117 additions and 98 deletions

View File

@ -36,7 +36,7 @@ const EmptyView = (props: Props) => {
creatorRole: CreatorRole.User,
createdAt: Date.now(),
content: content,
isGenerated: true,
status: "DONE",
});
await sendMessage();
};