mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix check in wasGroupCallRingPreviouslyCanceled
This commit is contained in:
@@ -8362,10 +8362,10 @@ function wasGroupCallRingPreviouslyCanceled(
|
||||
bigint: true,
|
||||
}
|
||||
)
|
||||
.get<number>({
|
||||
.get<bigint>({
|
||||
ringId,
|
||||
ringsOlderThanThisAreIgnored: Date.now() - MAX_GROUP_CALL_RING_AGE,
|
||||
}) === 1
|
||||
}) === 1n
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user