mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 07:14:06 +00:00
fix: restore 50 message offset context loading
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user