ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

users in room #129

Closed trejonh closed 7 years ago

trejonh commented 7 years ago

just need to add in Dustin's PR to view users but logic is there for it

Awkewainze commented 7 years ago

Did you only push like half the PR? You're missing a lot of functionality You do Meteor.call("removeUserFromRoom", ...) several times, but that Meteor method doesn't even seem to exist. In fact, all of the UserMethods are just gone... I ran this locally, and it appears that all of user auth is broken with this >.> Can't even see my own cards, even as moderator

This needs A LOT of fixing