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

View File

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