restore onSessionStarted method call
This commit is contained in:
parent
021babc9b1
commit
6649297ea0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue