mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Can delete a group conversation
This commit is contained in:
		@@ -134,6 +134,17 @@ const GroupsInterface = {
 | 
			
		||||
		}, true)
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Delete a group conversation
 | 
			
		||||
	 * 
 | 
			
		||||
	 * @param {Number} convID The ID of the conversation to delete
 | 
			
		||||
	 */
 | 
			
		||||
	deleteGroupConversation: async function(convID) {
 | 
			
		||||
		await api("groups/delete_conversation", {
 | 
			
		||||
			conv_id: convID,
 | 
			
		||||
		}, true)
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Check the availability of a virtual directory for a group
 | 
			
		||||
	 * 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user