Add reply to long press menu

This commit is contained in:
Jon Staab
2025-01-28 09:47:11 -08:00
parent 1e7e439e3f
commit fb53e53411
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
const reply = () => replyTo(event)
const onLongPress = () => pushModal(ChannelMessageMenuMobile, {url, event})
const onLongPress = () => pushModal(ChannelMessageMenuMobile, {url, event, reply})
const openProfile = () => pushModal(ProfileDetail, {pubkey: event.pubkey})