mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-12 23:55:14 +00:00
no flashing on going to bottom
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user