mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Fix group send endorsements for new members
This commit is contained in:
+1
-1
@@ -3986,7 +3986,7 @@ async function updateGroupViaLogs({
|
||||
|
||||
if (
|
||||
cachedEndorsementsExpiration != null &&
|
||||
!isValidGroupSendEndorsementsExpiration(cachedEndorsementsExpiration)
|
||||
!isValidGroupSendEndorsementsExpiration(cachedEndorsementsExpiration * 1000)
|
||||
) {
|
||||
log.info(
|
||||
`updateGroupViaLogs/${logId}: Group had invalid endorsements expiration (${cachedEndorsementsExpiration}), fetching new endorsements`
|
||||
|
||||
Reference in New Issue
Block a user