src/main/java/eu/siacs/conversations/services/XmppConnectionService.java 🔗
@@ -4502,7 +4502,6 @@ public class XmppConnectionService extends Service {
for (Account account : getAccounts()) {
if (account.isOnlineAndConnected() && mPushManagementService.available(account)) {
mPushManagementService.registerPushTokenOnServer(account);
- //TODO renew mucs
}
}
}