mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Add support for multiple attachment upload.
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user