Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789101112 | 
							- // @flow
 - 
 - declare var interfaceConfig: Object;
 - 
 - /**
 -  * Tells whether presence status should be displayed.
 -  *
 -  * @returns {boolean}
 -  */
 - export function presenceStatusDisabled() {
 -     return Boolean(typeof interfaceConfig !== 'undefined' && interfaceConfig?.DISABLE_PRESENCE_STATUS);
 - }
 
 
  |