Improve room join/leave

This commit is contained in:
Jon Staab
2024-09-11 12:19:45 -07:00
parent e9cbfec76d
commit e0eb37cd04
10 changed files with 108 additions and 41 deletions
-1
View File
@@ -74,7 +74,6 @@ export const LinkExtension = Node.create({
const matches = []
for (const match of text.matchAll(LINK_REGEX)) {
console.log(text, match)
try {
matches.push(createPasteRuleMatch(match, {url: match[0]}))
} catch (e) {