Upddated interval.

This commit is contained in:
retoor 2025-05-29 02:42:31 +02:00
parent 1762191b03
commit 7818410d55

View File

@ -157,7 +157,7 @@ levenshteinDistance(a, b) {
const me = this;
this.liveType = this.getAttribute("live-type") === "true";
this.liveTypeInterval =
parseInt(this.getAttribute("live-type-interval")) || 3;
parseInt(this.getAttribute("live-type-interval")) || 6;
this.channelUid = this.getAttribute("channel");
app.rpc.getRecentUsers(this.channelUid).then(users=>{