mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
feat: port DeleteMessage and Confirmation
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user