mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Update libsignal to 0.65.0
This commit is contained in:
@@ -34,7 +34,7 @@ public final class GroupCallUpdateDetailsUtil {
|
||||
GroupCallUpdateDetails details = new GroupCallUpdateDetails.Builder()
|
||||
.startedCallUuid(Objects.toString(startedCallAci, ""))
|
||||
.startedCallTimestamp(groupCallChatUpdate.startedCallTimestamp)
|
||||
.endedCallTimestamp(groupCallChatUpdate.endedCallTimestamp)
|
||||
.endedCallTimestamp(groupCallChatUpdate.endedCallTimestamp != null ? groupCallChatUpdate.endedCallTimestamp : 0)
|
||||
.isCallFull(false)
|
||||
.isRingingOnLocalDevice(false)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user