full flow of zapping or pinning and unpinning cold full run
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { MemberState } from '../models/conversation.model';
|
||||
|
||||
export default class UpdateConversationPriorityRequest {
|
||||
constructor(public newState: MemberState) {}
|
||||
}
|
||||
Reference in New Issue
Block a user