feat: POST /api/v3/chats/:roomId

This commit is contained in:
Julian Lam
2021-12-14 11:01:05 -05:00
parent 09cf9c7770
commit eeffb9d978
8 changed files with 119 additions and 76 deletions

View File

@@ -135,6 +135,7 @@ describe('API', async () => {
});
meta.config.allowTopicsThumbnail = 1;
meta.config.termsOfUse = 'I, for one, welcome our new test-driven overlords';
meta.config.chatMessageDelay = 0;
// Create a category
const testCategory = await categories.create({ name: 'test' });