no flashing on going to bottom

This commit is contained in:
MathMan05
2025-09-16 17:15:47 -05:00
parent ea986b5791
commit b007332e28
+1 -1
View File
@@ -2248,7 +2248,7 @@ class Channel extends SnowFlake {
}
async goToBottom() {
await this.tryfocusinfinate();
if (this.lastmessageid) this.infinite.focus(this.lastmessageid);
if (this.lastmessageid) this.infinite.focus(this.lastmessageid, false);
}
async messageCreate(messagep: messageCreateJson): Promise<void> {
if (this.localuser.channelfocus !== this) {