Skip to content

Commit

Permalink
[mirotalksfu] - #168 ops
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 14, 2024
1 parent 9cfe450 commit 78bc02a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -4260,7 +4260,6 @@ class RoomClient {
if (this.isImageURL(message)) return this.getImage(message);
//if (this.isVideoTypeSupported(message)) return this.getIframe(message);
return this.getLink(message);
return message;
}
if (isChatMarkdownOn) return marked.parse(message);
if (isChatPasteTxt && this.getLineBreaks(message) > 1) {
Expand Down

0 comments on commit 78bc02a

Please sign in to comment.