larvalabs / breaker

Chat rooms for subreddits.
http://www.breakerapp.com
20 stars 3 forks source link

Read subreddit ban list and automatically ban from chat room as well #16

Open megamattron opened 8 years ago

megamattron commented 8 years ago

We could do it via API, although we might need a larger auth scope.

rickhanlonii commented 8 years ago

Can we do this in real time without needing extra scope? Since we already have the flair scope, I believe we can ask for the flair for that user for that room on join attempt and if we get a 401 then they don't have access to the room.

megamattron commented 8 years ago

Oh didn't think of that, yeah that might work. I think I already do a few checks on room join so I could add this.