use stateKey for memberships

This commit is contained in:
Henry Hiles 2026-02-13 17:02:38 -05:00
commit ab48472aec
No known key found for this signature in database
2 changed files with 19 additions and 10 deletions

View file

@ -46,7 +46,7 @@ class MemberList extends ConsumerWidget {
overflow: TextOverflow.ellipsis,
),
subtitle: Text(
member.authorId,
member.stateKey ?? "Unknown User",
overflow: TextOverflow.ellipsis,
),
),