Use implicit content hint for SKDMs
This commit is contained in:
parent
df5c64f7ce
commit
ed437eb9ea
@ -48,6 +48,11 @@
|
||||
return self.isSentOnBehalfOfStoryMessage;
|
||||
}
|
||||
|
||||
- (SealedSenderContentHint)contentHint
|
||||
{
|
||||
return SealedSenderContentHintImplicit;
|
||||
}
|
||||
|
||||
- (nullable SSKProtoContentBuilder *)contentBuilderWithThread:(TSThread *)thread
|
||||
transaction:(SDSAnyReadTransaction *)transaction
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user