Introduce group basic federation, event new page and notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function nl2br(text: string) {
|
||||
return text.replace(/(?:\r\n|\r|\n)/g, '<br>');
|
||||
return text.replace(/(?:\r\n|\r|\n)/g, "<br>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user