forked from lug/matterbridge
		
	Add space between colon and URL for uploaded media (#360)
This commit is contained in:
		@@ -85,7 +85,7 @@ func (b *Bxmpp) Send(msg config.Message) (string, error) {
 | 
			
		||||
			for _, f := range msg.Extra["file"] {
 | 
			
		||||
				fi := f.(config.FileInfo)
 | 
			
		||||
				if fi.Comment != "" {
 | 
			
		||||
					msg.Text += fi.Comment + ":"
 | 
			
		||||
					msg.Text += fi.Comment + ": "
 | 
			
		||||
				}
 | 
			
		||||
				if fi.URL != "" {
 | 
			
		||||
					msg.Text += fi.URL
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user