diff --git a/src/server/components/social.js b/src/server/components/social.js index 33213f07..70cfa89e 100644 --- a/src/server/components/social.js +++ b/src/server/components/social.js @@ -182,7 +182,7 @@ define([ } // Only add if not yet in party - if (!this.party.find(f => (id === sourceId))) + if (!this.party.find(id => (id === sourceId))) this.party.push(sourceId); this.updatePartyOnThread();