Browse Source
			
			
			Merge pull request #7705 from nextcloud/bugfix/noid/fix-forwarding
			
				Fix message forwarding
			
			
				pull/7717/head
			
			
		 
		
			
				
					
						 Joas Schilling
					
					3 years ago
						Joas Schilling
					
					3 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			
				 2 changed files with 
1 additions and 
4 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/Forwarder.vue
				
- 
					
					
					 
					src/store/messagesStore.js
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -206,9 +206,6 @@ export default { | 
			
		
	
		
			
				
					|  |  |  | 		display: flex; | 
			
		
	
		
			
				
					|  |  |  | 		justify-content: space-between; | 
			
		
	
		
			
				
					|  |  |  | 		padding: 12px; | 
			
		
	
		
			
				
					|  |  |  | 		button { | 
			
		
	
		
			
				
					|  |  |  | 			height: 44px; | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 | 
			
		
	
										
									
								
							
						 
					 
				 
			
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -976,7 +976,7 @@ const actions = { | 
			
		
	
		
			
				
					|  |  |  | 	 * @param {object} data.messageToBeForwarded the message object; | 
			
		
	
		
			
				
					|  |  |  | 	 */ | 
			
		
	
		
			
				
					|  |  |  | 	async forwardMessage(context, { messageToBeForwarded }) { | 
			
		
	
		
			
				
					|  |  |  | 		const response = await postNewMessage(messageToBeForwarded) | 
			
		
	
		
			
				
					|  |  |  | 		const response = await postNewMessage(messageToBeForwarded, { silent: false }) | 
			
		
	
		
			
				
					|  |  |  | 		return response | 
			
		
	
		
			
				
					|  |  |  | 	}, | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |