We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Zulip integration code (ref #92)
leantime/src/domain/projects/services/class.projects.php
Line 236 in 081d45d
$prepareChatMessage = "**Project: ".$projectName."** \n\r".$message; if($url !== false){ $prepareChatMessage .= "".$url['link'].""; }
and there's no whitespace character before the $url. Leading to the message looking like:
$url
Project: xxxx Xxxxxxhttps://example.com
The bugged message was reported by a user to us at https://github.com/zulip/zulip/ but it looks like a bug in the integration.
The text was updated successfully, but these errors were encountered:
Fix a subtask issue and #536 zulip whitespace missing
e5cd4ac
No branches or pull requests
In the Zulip integration code (ref #92)
leantime/src/domain/projects/services/class.projects.php
Line 236 in 081d45d
and there's no whitespace character before the
$url
. Leading to the message looking like:The bugged message was reported by a user to us at https://github.com/zulip/zulip/ but it looks like a bug in the integration.
The text was updated successfully, but these errors were encountered: