Clear input when sending DM

This commit is contained in:
Kieran 2023-01-14 00:29:54 +00:00
parent e9bec7b3fd
commit 5116ecd817
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -43,6 +43,7 @@ export default function ChatPage() {
let ev = await publisher.sendDm(content, id);
console.debug(ev);
publisher.broadcast(ev);
setContent(undefined);
}
return (