feat: add sources of user
This commit is contained in:
parent
4dc5857b17
commit
3afa826fb9
2 changed files with 45 additions and 26 deletions
|
|
@ -352,7 +352,7 @@ const loadMessages = async (
|
|||
const messages = data.messages.map((msg: any) => {
|
||||
return {
|
||||
...msg,
|
||||
...JSON.parse(msg.metadata),
|
||||
// ...JSON.parse(msg.metadata),
|
||||
};
|
||||
}) as Message[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue