File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ struct LinksRegex {
279
279
let starleaf = try ! NSRegularExpression ( pattern: #"https?://meet\.starleaf\.com/[^\s]*"# )
280
280
let duo = try ! NSRegularExpression ( pattern: #"https?://duo\.app\.goo\.gl/[^\s]*"# )
281
281
let voov = try ! NSRegularExpression ( pattern: #"https?://voovmeeting\.com/[^\s]*"# )
282
- let facebook_workspace = try ! NSRegularExpression ( pattern: #"https?://([a-z0-9-.]+)?workplace\.com/[^\s]+"# )
282
+ let facebook_workspace = try ! NSRegularExpression ( pattern: #"https?://([a-z0-9-.]+)?workplace\.com/groupcall/ [^\s]+"# )
283
283
let skype = try ! NSRegularExpression ( pattern: #"https?://join\.skype\.com/[^\s]*"# )
284
284
let lifesize = try ! NSRegularExpression ( pattern: #"https?://call\.lifesizecloud\.com/[^\s]*"# )
285
285
let youtube = try ! NSRegularExpression ( pattern: #"https?://((www|m)\.)?(youtube\.com|youtu\.be)/[^\s]*"# )
You can’t perform that action at this time.
0 commit comments