Skip to content

imprv: Limit message length and add FullMessageWindow

Daniel Brötzmann requested to merge limit-message-length into master

This MR limits message length (for both styling and displaying) to 5k chars, see MAX_MESSAGE_LENGTH constant.

If a message exceeds this length, a "[read more]" link is shown, which opens a new window containing a TextView displaying the full text inside a ScrolledWindow.

Fixes #11123 (closed)

Merge request reports