wip
This commit is contained in:
parent
30a4e839a6
commit
5efb52b9f5
7 changed files with 26 additions and 15 deletions
|
@ -474,8 +474,16 @@ const endpoints: Endpoint[] = [
|
|||
name: 'messaging/messages/create',
|
||||
withCredential: true,
|
||||
kind: 'messaging-write'
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
name: 'channels/create',
|
||||
withCredential: true,
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 3,
|
||||
minInterval: ms('10seconds')
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
export default endpoints;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue