full flow of zapping or pinning and unpinning cold full run

This commit is contained in:
talksik
2022-06-25 15:00:09 -05:00
parent 9bc2e186fd
commit cb92b9a932
7 changed files with 109 additions and 12 deletions
@@ -0,0 +1,5 @@
import { MemberState } from '../models/conversation.model';
export default class UpdateConversationPriorityRequest {
constructor(public newState: MemberState) {}
}