check for membership when leaving public guild, fix memberCount update when leaving group, add missing files

This commit is contained in:
Matteo Pagliazzi
2016-02-28 01:11:45 +01:00
parent 733da70b48
commit 5e68589ac8
6 changed files with 62 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
describe('GET /user/auth/logout', () => {
// TODO Test manually
});