mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
Remove message newline (telegram). #399
This commit is contained in:
parent
31a752fa21
commit
8a8b95228c
@ -97,5 +97,6 @@ func RemoveEmptyNewLines(msg string) string {
|
||||
lines += line + "\n"
|
||||
}
|
||||
}
|
||||
lines = strings.TrimRight(lines, "\n")
|
||||
return lines
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user