profile: allow post button on every profile and prefill user tag

Changelog-Added: Add post button to profile pages
This commit is contained in:
William Casarin
2023-06-28 17:40:27 +02:00
parent c8f18958a2
commit abcff3b928
3 changed files with 39 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ struct ContentView: View {
if privkey != nil {
PostButtonContainer(is_left_handed: damus_state?.settings.left_handed ?? false) {
self.active_sheet = .post(.posting)
self.active_sheet = .post(.posting(.none))
}
}
}