fix delete log annotation (#4201)
Co-authored-by: langyong <langyong@lixiang.com>
This commit is contained in:
@@ -137,8 +137,8 @@ const getFormattedChatList = (messages: ChatMessage[], conversationId: string, t
|
||||
|
||||
if (item.annotation) {
|
||||
return {
|
||||
id: '',
|
||||
authorName: '',
|
||||
id: item.annotation.id,
|
||||
authorName: item.annotation.account.name,
|
||||
logAnnotation: item.annotation,
|
||||
created_at: 0,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user