Pinning is not supported for gift badges
This commit is contained in:
parent
ec42eb63a3
commit
a2b228875b
@ -217,6 +217,10 @@ enum MessageActionBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
guard itemViewModel.componentState.giftBadge == nil else {
|
||||
return nil
|
||||
}
|
||||
|
||||
guard let footerState = itemViewModel.renderItem.itemViewState.footerState else {
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user