mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 02:54:08 +00:00
small fix
This commit is contained in:
@@ -633,7 +633,7 @@ class Group extends Channel {
|
||||
get hasunreads() {
|
||||
return this.mentions !== 0;
|
||||
}
|
||||
all: WeakRef<HTMLElement> = new WeakRef(document.createElement("div"));
|
||||
all = new WeakRef<HTMLElement>(document.createElement("div"));
|
||||
noti?: WeakRef<HTMLElement>;
|
||||
del() {
|
||||
const all = this.all.deref();
|
||||
|
||||
Reference in New Issue
Block a user