Outgoing: Ensure that sends still succeed without CDS
This commit is contained in:
parent
ce067258a0
commit
ec8ac1db58
4 changed files with 30 additions and 18 deletions
|
@ -302,7 +302,7 @@ export async function maybeUpdateGroup({
|
|||
newRevision,
|
||||
receivedAt,
|
||||
sentAt,
|
||||
}: MaybeUpdatePropsType) {
|
||||
}: MaybeUpdatePropsType): Promise<void> {
|
||||
const logId = conversation.idForLogging();
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue