mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Add new canEveryoneAddMembers setting
This commit is contained in:
13
assets/js/typings/Conversations.d.ts
vendored
Normal file
13
assets/js/typings/Conversations.d.ts
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Conversations typings
|
||||
*
|
||||
* @author Pierre Hubert
|
||||
*/
|
||||
|
||||
declare interface ConversationSettingsFormElements {
|
||||
rootElem: HTMLElement,
|
||||
usersElement: HTMLElement,
|
||||
conversationNameInput: HTMLElement,
|
||||
allowEveryoneToAddMembers: HTMLElement,
|
||||
followConversationInput: HTMLElement,
|
||||
}
|
Reference in New Issue
Block a user