mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-04-27 10:45:39 +00:00
add that to guild logic too
This commit is contained in:
@@ -1668,10 +1668,10 @@ class Guild extends SnowFlake {
|
||||
if (thing.hasunreads) {
|
||||
build.read_states.push({
|
||||
channel_id: thing.id,
|
||||
message_id: thing.lastmessageid,
|
||||
message_id: thing.trueLastMessageid,
|
||||
read_state_type: 0,
|
||||
});
|
||||
thing.lastreadmessageid = thing.lastmessageid;
|
||||
thing.lastreadmessageid = thing.trueLastMessageid;
|
||||
if (!thing.myhtml) continue;
|
||||
thing.myhtml.classList.remove("cunread");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user