mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 12:06:17 +02:00
feat: POST /api/v3/chats/:roomId
This commit is contained in:
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user