-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes how we check whether a content_id matches for link/contacts/attachments. As the content_id is user input it should not be treated as a regex, so the equality operator is used instead. This shouldn't break any existing usages as nothing should have been reliant on regexs. This is to fix an error that was occurring of: "premature end of char-class: /1-1992 G-BJRT[2/"
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters