// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`textForVoiceBroadcastStoppedEvent should render other users broadcast as expected 1`] = `
  
    @other:example.com ended a voice broadcast
  
 
`;
exports[`textForVoiceBroadcastStoppedEvent should render own broadcast as expected 1`] = `
  
    You ended a voice broadcast
  
 
`;
exports[`textForVoiceBroadcastStoppedEvent should render without login as expected 1`] = `
  
    @other:example.com ended a voice broadcast
  
 
`;
exports[`textForVoiceBroadcastStoppedEvent when rendering an event with relation to the start event should render events with relation to the start event 1`] = `
  
    
      You ended a 
      
        voice broadcast
      
    
   
 
`;