diff options
author | Michael Telatynski <7t3chguy@googlemail.com> | 2019-01-06 21:43:26 +0000 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-06 21:43:25 +0000 |
commit | a27e501b0920648458dd1a9a5516af6e52e060cf (patch) | |
tree | 25d51e3c22fde590bf49468fbf5fd23c63b75a5f /changelog.d | |
parent | Update debian Conflicts specifications (#4349) (diff) | |
download | synapse-a27e501b0920648458dd1a9a5516af6e52e060cf.tar.xz |
fix the check for whether `is_url` to match all the other ones in codebase (#3405)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3405.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3405.bugfix b/changelog.d/3405.bugfix new file mode 100644 index 0000000000..27f5226b3d --- /dev/null +++ b/changelog.d/3405.bugfix @@ -0,0 +1 @@ +Fix contains_url check to be consistent with other instances in code-base and check that value is an instance of string. |