mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-11 07:43:46 +01:00
Fix disappearing calls check when call ends.
This commit is contained in:
@@ -1199,7 +1199,7 @@ open class MessageTable(context: Context?, databaseHelper: SignalDatabase) : Dat
|
||||
val updated = db.update(TABLE_NAME, contentValues, query.where, query.whereArgs) > 0
|
||||
|
||||
if (inCallUuids.isEmpty()) {
|
||||
val acknowledgedCall = sameEraId && (containsSelf || groupCallUpdateDetails.localUserJoined)
|
||||
val acknowledgedCall = (sameEraId && containsSelf) || groupCallUpdateDetails.localUserJoined
|
||||
finalizeEndedGroupCallMessage(db, record, acknowledgedCall, logPrefix = "[updatePreviousGroupCall]")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user