mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-28 02:06:23 +00:00
forgot to undo this!
This commit is contained in:
parent
39d55f64aa
commit
140f8bc31e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { get, set } from "@api/DataStore";
|
||||||
|
|
||||||
let style: HTMLStyleElement;
|
let style: HTMLStyleElement;
|
||||||
|
|
||||||
const KEY = "HideMessage___HiddenMessages";
|
const KEY = "HideMessage_HiddenMessages";
|
||||||
|
|
||||||
let hiddenMessages: Set<string> = new Set();
|
let hiddenMessages: Set<string> = new Set();
|
||||||
const getHiddenMessages = () => get(KEY).then(set => {
|
const getHiddenMessages = () => get(KEY).then(set => {
|
||||||
|
|
Loading…
Reference in a new issue