Skip to content

Commit

Permalink
adding some extra escape characters for the dots in the url
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez committed Apr 4, 2024
1 parent c79c26b commit 89a95d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mainAppWindow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function restoreWindow() {
}

function processArgs(args) {
var regHttps = /^https:\/\/teams.microsoft.com\/.*(?:meetup-join|channel)/g;
var regHttps = /^https:\/\/teams\.microsoft\.com\/.*(?:meetup-join|channel)/g;
var regMS = /^msteams:\/.*(?:meetup-join|channel)/g;
logger.debug('processArgs:', args);
for (const arg of args) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.4.17",
"version": "1.4.18",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down

0 comments on commit 89a95d3

Please sign in to comment.