More changes

This commit is contained in:
N-Pex 2025-05-06 12:02:56 +02:00
parent 3b4d3f08f6
commit 48c0aae3c0
8 changed files with 12 additions and 16 deletions

View file

@ -398,6 +398,7 @@ import prettyBytes from "pretty-bytes";
import RoomExport from "./RoomExport.vue";
import EmojiPicker from 'vue3-emoji-picker';
import emitter from 'tiny-emitter/instance';
import { markRaw } from "vue";
const READ_RECEIPT_TIMEOUT = 5000; /* How long a message must have been visible before the read marker is updated */
const WINDOW_BUFFER_SIZE = 0.3; /** Relative window height of when we start paginating. Always keep this much loaded before and after our scroll position! */