loadMore button for my local games as well
[vchess.git] / client / src / views / Hall.vue
index d11da8b..47a8697 100644 (file)
@@ -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]) {