(feat): migrate ttp to mtp
(wip): crypto migration
This commit is contained in:
parent
4e69b8ef77
commit
930663d495
30 changed files with 559 additions and 749 deletions
|
|
@ -86,7 +86,7 @@ export default function SessionProvider({ children }: { children: ReactNode }) {
|
|||
const newUser = {
|
||||
UserId: userId,
|
||||
LastMessageAt: new Date().getTime(),
|
||||
messages: [],
|
||||
Messages: [],
|
||||
} satisfies Contacts[0];
|
||||
|
||||
return [newUser, ...prevContacts];
|
||||
|
|
|
|||
Loading…
Reference in a new issue