export const destroyChatroomSubscription = ( chatroom ) => (
    $.ajax({
        method: 'DELETE',
        url: `/api/chatroom_subscriptions/${chatroom.id}`,
        data: { chatroom }