mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Local echo: use missing updateSendingInformation on RoomSummaryUpdater
This commit is contained in:
parent
3e429490e7
commit
cac8099117
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue