X-Git-Url: https://git.auder.net/variants/%24%7Bvname%7D/current/git-favicon.png?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=47a86975c135b3c0587472472e3af9980c99f8cb;hb=934f7f70431e9892b3ea48ba199356b4f24eaf1b;hp=d11da8b118129ccb34d2253c7e993713cd4b3c39;hpb=478315ed4fbbfa96959b108efb634efb444aa424;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index d11da8b1..47a86975 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -585,6 +585,8 @@ export default { // Since people can be both in Hall and Game, // need to track "askIdentity" requests: let identityAsked = {}; + // TODO: shuffling and random filtering on server, if + // the room is really crowded. data.sockIds.forEach(s => { const page = s.page || "/"; if (s.sid != this.st.user.sid && !identityAsked[s.sid]) {