send message to new recipient

This commit is contained in:
m5r
2021-08-01 15:40:18 +08:00
parent 7d7c4cb495
commit 56e8880715
15 changed files with 456 additions and 39 deletions

View File

@ -14,6 +14,7 @@ export default function useConversation(recipient: string) {
return conversations[recipient]!;
},
keepPreviousData: true,
}
);
}