mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	chore: Add an event for conversation filter (#6306)
This commit is contained in:
		@@ -4,6 +4,8 @@ export const CONVERSATION_EVENTS = Object.freeze({
 | 
			
		||||
  SENT_PRIVATE_NOTE: 'Sent a private note',
 | 
			
		||||
  INSERTED_A_CANNED_RESPONSE: 'Inserted a canned response',
 | 
			
		||||
  USED_MENTIONS: 'Used mentions',
 | 
			
		||||
 | 
			
		||||
  APPLY_FILTER: 'Applied filters in the conversation list',
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export const ACCOUNT_EVENTS = Object.freeze({
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user