fix: restore 50 message offset context loading

This commit is contained in:
Sigmabrogz
2026-03-14 00:12:25 +00:00
parent 87214c12db
commit 3abd7cbfea
+1 -1
View File
@@ -3077,7 +3077,7 @@ class Channel extends SnowFlake {
id = this.lastreadmessageid;
} else if (this.lastreadmessageid && (id = this.findClosest(this.lastreadmessageid))) {
} else if (this.lastmessageid && this.messages.has(this.lastmessageid)) {
id = this.lastmessageid;
id = this.goBackIds(this.lastmessageid, 50);
}
}
if (!id) {