Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/good-panthers-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

This fix allows links such as ones starting with "notes://" and other specific apps to be rendered in the User panel as they are in the messages
2 changes: 1 addition & 1 deletion apps/meteor/client/components/MarkdownText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const MarkdownText: FC<Partial<MarkdownTextParams>> = ({

let markedOptions: marked.MarkedOptions;

const schemes = 'http,https';
const schemes = 'http,https,notes,ftp,ftps,tel,mailto,sms,cid';

switch (variant) {
case 'inline':
Expand Down