feat: port DeleteMessage and Confirmation

This commit is contained in:
Paul Makles
2022-07-05 18:46:13 +01:00
parent 79c90c1b00
commit 160d71684f
16 changed files with 290 additions and 69 deletions

View File

@@ -102,8 +102,7 @@ export const Friend = observer(({ user }: Props) => {
stopPropagation(
ev,
user.relationship === "Friend"
? openScreen({
id: "special_prompt",
? modalController.push({
type: "unfriend_user",
target: user,
})