mirror of
				https://github.com/42wim/matterbridge.git
				synced 2025-10-31 13:57:25 +01:00 
			
		
		
		
	Add a space before url in file uploads (discord). Closes #461
This commit is contained in:
		
							parent
							
								
									a69ef8402b
								
							
						
					
					
						commit
						ed062e0ce5
					
				| @ -134,7 +134,7 @@ func (b *Bdiscord) Send(msg config.Message) (string, error) { | ||||
| 		for _, f := range msg.Extra["file"] { | ||||
| 			fi := f.(config.FileInfo) | ||||
| 			if fi.URL != "" { | ||||
| 				msg.Text += fi.URL + " " | ||||
| 				msg.Text += " " + fi.URL | ||||
| 			} | ||||
| 		} | ||||
| 		err := b.c.WebhookExecute( | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Wim
						Wim