mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Send notification when user is writing a message
This commit is contained in:
2
assets/js/typings/ServerConfig.d.ts
vendored
2
assets/js/typings/ServerConfig.d.ts
vendored
@ -36,4 +36,6 @@ declare interface StaticServerConfig {
|
||||
max_conversation_message_len: number,
|
||||
allowed_conversation_files_type: String[],
|
||||
conversation_files_max_size: number,
|
||||
conversation_writing_event_interval: number,
|
||||
conversation_writing_event_lifetime: number,
|
||||
}
|
Reference in New Issue
Block a user