Use implicit content hint for SKDMs

This commit is contained in:
Nora Trapp 2022-11-21 15:04:31 -08:00
parent df5c64f7ce
commit ed437eb9ea

View File

@ -48,6 +48,11 @@
return self.isSentOnBehalfOfStoryMessage;
}
- (SealedSenderContentHint)contentHint
{
return SealedSenderContentHintImplicit;
}
- (nullable SSKProtoContentBuilder *)contentBuilderWithThread:(TSThread *)thread
transaction:(SDSAnyReadTransaction *)transaction
{