Skip to content

Treat incoming messages as type 'chat' by default

Incomming messages of type 'normal' have to be acknowledged one by one, which can be time consuming when many messages are received. This changes the config value treat_incoming_messages to 'chat'.

This MR is a follow-up to the discussion in #8281 (closed).

Closes #8281 (closed).

Merge request reports