diff --git a/ts/util/retryPlaceholders.ts b/ts/util/retryPlaceholders.ts index 1652f74129..64ee3fd653 100644 --- a/ts/util/retryPlaceholders.ts +++ b/ts/util/retryPlaceholders.ts @@ -190,6 +190,10 @@ export class RetryPlaceholders { this.items.splice(index, 1); this.makeLookups(); + + log.info( + `RetryPlaceholders.findByMessageAndRemove: Removing ${sentAt} from conversation ${conversationId}` + ); await this.save(); return result;