Revert "Update EventMenu.swift"

should have tested this first lol

This reverts commit 3a2ce04d6b.
This commit is contained in:
William Casarin
2025-02-21 11:07:42 -08:00
parent 3a2ce04d6b
commit 1b3be3a13b

View File

@@ -79,9 +79,9 @@ struct MenuItems: View {
} }
Button { Button {
UIPasteboard.general.string = Bech32Object.encode(.nevent(NEvent(noteid: event.id, relays: userProfile.getCappedRelayStrings()))) UIPasteboard.general.string = event.id.bech32
} label: { } label: {
Label(NSLocalizedString("Copy event ID", comment: "Context menu option for copying the event ID of the note."), image: "note-book") Label(NSLocalizedString("Copy note ID", comment: "Context menu option for copying the ID of the note."), image: "note-book")
} }
if damus_state.settings.developer_mode { if damus_state.settings.developer_mode {