mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
Fixed messages not actually clearing.
This commit is contained in:
parent
f6ce6db047
commit
fb43abc636
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
|||
switch (event.action) {
|
||||
case "erase_history":
|
||||
Settings.setValue("ArmoredChat-Messages", null);
|
||||
messageHistory = [];
|
||||
_emitEvent({
|
||||
type: "clear_messages",
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue