fix regression for fixed domain
This commit is contained in:
		
							parent
							
								
									c3b9a4dabc
								
							
						
					
					
						commit
						16bc210211
					
				@ -39,7 +39,7 @@ public class AccountUtils {
 | 
				
			|||||||
        for (Account account : service.getAccounts()) {
 | 
					        for (Account account : service.getAccounts()) {
 | 
				
			||||||
            if (account.getStatus() != Account.State.DISABLED) {
 | 
					            if (account.getStatus() != Account.State.DISABLED) {
 | 
				
			||||||
                if (Config.DOMAIN_LOCK != null) {
 | 
					                if (Config.DOMAIN_LOCK != null) {
 | 
				
			||||||
                    accounts.add(account.getJid().toEscapedString());
 | 
					                    accounts.add(account.getJid().getEscapedLocal());
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    accounts.add(account.getJid().asBareJid().toEscapedString());
 | 
					                    accounts.add(account.getJid().asBareJid().toEscapedString());
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user