Remove flutter chat #26

Manually merged
Henry-Hiles merged 108 commits from remove-flutter-chat into main 2026-05-22 15:26:28 -04:00
Showing only changes of commit 13f52a3989 - Show all commits

fix incorrect popover user for membership events

Henry Hiles 2026-05-19 16:37:48 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -359,7 +359,7 @@ class RenderEvent extends ConsumerWidget {
InkWell( InkWell(
onTapUp: (details) => context.showUserPopover( onTapUp: (details) => context.showUserPopover(
content, content,
event.sender, event.stateKey!,
globalPosition: details.globalPosition, globalPosition: details.globalPosition,
), ),
child: Text( child: Text(