feat: Activity messages for team assignments (#1893)

- assignment messages when the conversation team is changed
- change assignee based on team
- move round-robin and assignee logic to concerns
This commit is contained in:
Sojan Jose
2021-03-12 15:13:58 +05:30
committed by GitHub
parent 38d1b0eae3
commit 42e83de5b0
9 changed files with 291 additions and 132 deletions

View File

@@ -17,6 +17,7 @@ module Events::Types
CONVERSATION_LOCK_TOGGLE = 'conversation.lock_toggle'
CONVERSATION_CONTACT_CHANGED = 'conversation.contact_changed'
ASSIGNEE_CHANGED = 'assignee.changed'
TEAM_CHANGED = 'team.changed'
CONVERSATION_TYPING_ON = 'conversation.typing_on'
CONVERSATION_TYPING_OFF = 'conversation.typing_off'