1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-07 00:16:57 +00:00
synapse/changelog.d/3405.bugfix
Michael Telatynski a27e501b09 fix the check for whether is_url to match all the other ones in codebase (#3405)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-01-06 21:43:25 +00:00

1 line
121 B
Text

Fix contains_url check to be consistent with other instances in code-base and check that value is an instance of string.