mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 17:06:57 +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) {
|
switch (event.action) {
|
||||||
case "erase_history":
|
case "erase_history":
|
||||||
Settings.setValue("ArmoredChat-Messages", null);
|
Settings.setValue("ArmoredChat-Messages", null);
|
||||||
|
messageHistory = [];
|
||||||
_emitEvent({
|
_emitEvent({
|
||||||
type: "clear_messages",
|
type: "clear_messages",
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue