restore onSessionStarted method call

This commit is contained in:
Florian Renaud 2023-02-23 14:01:49 +01:00
parent 021babc9b1
commit 6649297ea0

View file

@ -52,7 +52,7 @@ class ConfigureAndStartSessionUseCase @Inject constructor(
updateMatrixClientInfoIfNeeded(session)
createNotificationSettingsAccountDataIfNeeded(session)
notificationsSettingUpdater.onSessionStarted(session)
// pushRulesUpdater.onSessionStarted(session)
pushRulesUpdater.onSessionStarted(session)
}
private fun updateMatrixClientInfoIfNeeded(session: Session) {