mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Unify the HTML encoding handling with other ROS apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
dc5cfdf72c
commit
58799202eb
1 changed files with 0 additions and 1 deletions
|
|
@ -204,7 +204,6 @@ class Provider implements IProvider {
|
|||
try {
|
||||
$comment = $this->commentsManager->get((string) $commentId);
|
||||
$message = $comment->getMessage();
|
||||
$message = str_replace(['<', '>', "\n"], ['<', '>', '<br />'], $message);
|
||||
|
||||
$mentionCount = 1;
|
||||
$mentions = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue