Add support for multiple attachment upload.

This commit is contained in:
Paul
2021-06-22 17:45:34 +01:00
parent 99572066c8
commit 3c8c9a672f
5 changed files with 49 additions and 26 deletions

View File

@@ -114,11 +114,6 @@ function Context({ auth, sync, children, dispatcher }: Props) {
dispatcher({ type: "LOGOUT" });
delete client.user;
// ! FIXME: write procedure client.clear();
client.users.clear();
client.channels.clear();
client.servers.clear();
client.servers.members.clear();
dispatcher({ type: "RESET" });
openScreen({ id: "none" });