implement session creation when logging in

This commit is contained in:
m5r
2021-08-08 13:34:51 +08:00
parent 0b34e861e0
commit b4aa79bd85
2 changed files with 27 additions and 7 deletions

View File

@ -17,7 +17,7 @@ export default function ConversationsList() {
<li key={recipient} className="py-2">
<Link
href={Routes.ConversationPage({
recipient: encodeURIComponent(recipient),
recipient: encodeURI(recipient),
})}
>
<a className="flex flex-col">