From 7afcc3248bff893b681cfbf9bbf86687377d83c1 Mon Sep 17 00:00:00 2001 From: William Grant Date: Thu, 12 Oct 2023 11:31:05 +1100 Subject: [PATCH] fix: update legacy comment in signal service this makes it easier for cleanup later --- protos/SignalService.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/SignalService.proto b/protos/SignalService.proto index 5f04861db..cc616d2e2 100644 --- a/protos/SignalService.proto +++ b/protos/SignalService.proto @@ -224,7 +224,7 @@ message DataMessage { repeated AttachmentPointer attachments = 2; optional GroupContext group = 3; optional uint32 flags = 4; - // TODO this will be removed 2 weeks after the release + // TODO legacy messages support will be removed in a future release optional uint32 expireTimer = 5; optional bytes profileKey = 6; optional uint64 timestamp = 7;