mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix set of userId in aggregation process
This commit is contained in:
parent
3b06f18ccb
commit
ca9591e423
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ internal class LiveLocationAggregationProcessor @Inject constructor(
|
|||
val endOfLiveTimestampMillis = content.getBestTimestampMillis()?.let { it + (content.timeout ?: 0) }
|
||||
aggregatedSummary.endOfLiveTimestampMillis = endOfLiveTimestampMillis
|
||||
aggregatedSummary.isActive = isLive
|
||||
aggregatedSummary.userId = event.senderId
|
||||
|
||||
if (isLive) {
|
||||
scheduleDeactivationAfterTimeout(targetEventId, roomId, endOfLiveTimestampMillis)
|
||||
|
|
Loading…
Add table
Reference in a new issue