Local echo: use missing updateSendingInformation on RoomSummaryUpdater

This commit is contained in:
ganfra 2020-07-23 16:38:17 +02:00
parent 3e429490e7
commit cac8099117
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ internal class LocalEchoRepository @Inject constructor(@SessionDatabase private
} else {
sendingEventEntity.sendState = sendState
}
roomSummaryUpdater.update(realm, sendingEventEntity.roomId)
roomSummaryUpdater.updateSendingInformation(realm, sendingEventEntity.roomId)
}
}
}