working edits

This commit is contained in:
Henry Hiles 2026-01-06 11:20:17 -05:00
commit f9f4a4b48e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 19 additions and 5 deletions

View file

@ -67,6 +67,7 @@ class RoomChat extends HookConsumerWidget {
title: Text("Reply"),
),
),
// Should check if is state event (has state_key), if so, don't show edit option
if (message.authorId == room.roomData.client.userID)
PopupMenuItem(
onTap: () {