mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Fix status menu
This commit is contained in:
parent
6575d5cdbe
commit
a5664c9713
1 changed files with 2 additions and 0 deletions
|
@ -675,6 +675,8 @@ private extension StatusView {
|
|||
viewModel.confirmDelete(redraft: true)
|
||||
}
|
||||
]
|
||||
|
||||
sections.append(UIMenu(options: .displayInline, children: secondSectionItems))
|
||||
} else {
|
||||
if let relationship = viewModel.accountViewModel.relationship {
|
||||
if relationship.muting {
|
||||
|
|
Loading…
Reference in a new issue