We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cb5d7 commit 9fcd90cCopy full SHA for 9fcd90c
src/Link.js
@@ -114,7 +114,7 @@ export class Link {
114
115
let [identifier, eventId] = linkStr.split("/");
116
117
- if(linkStr.startsWith("matrix:") || linkStr.startsWith("u/") || linkStr.startsWith("roomid/")) {
+ if(linkStr.startsWith("matrix:") || linkStr.startsWith("u/") || linkStr.startsWith("r/") || linkStr.startsWith("roomid/")) {
118
const split = linkStr.split("/");
119
120
if(split.length < 2) return null;
0 commit comments