Add new canEveryoneAddMembers setting

This commit is contained in:
2020-04-25 18:20:29 +02:00
parent 2bd844e434
commit 95411483c3
4 changed files with 36 additions and 13 deletions

13
assets/js/typings/Conversations.d.ts vendored Normal file
View File

@ -0,0 +1,13 @@
/**
* Conversations typings
*
* @author Pierre Hubert
*/
declare interface ConversationSettingsFormElements {
rootElem: HTMLElement,
usersElement: HTMLElement,
conversationNameInput: HTMLElement,
allowEveryoneToAddMembers: HTMLElement,
followConversationInput: HTMLElement,
}