Upddated interval.
This commit is contained in:
parent
1762191b03
commit
7818410d55
@ -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=>{
|
||||
|
Loading…
Reference in New Issue
Block a user