Send notification when user is writing a message

This commit is contained in:
2021-03-08 18:09:56 +01:00
parent f938fd7850
commit ffb6398fbb
5 changed files with 36 additions and 2 deletions

View File

@ -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,
}