mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Local echo: use missing updateSendingInformation on RoomSummaryUpdater
This commit is contained in:
parent
3e429490e7
commit
cac8099117
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user