feat: chat raiding

closes #1
This commit is contained in:
2025-05-14 11:39:10 +01:00
parent 42d9293ecb
commit 1f8124b708
8 changed files with 491 additions and 191 deletions

View File

@ -38,7 +38,7 @@ class ProfileNameWidget extends StatelessWidget {
);
}
static nameFromProfile(Metadata profile) {
static String nameFromProfile(Metadata profile) {
if ((profile.displayName?.length ?? 0) > 0) {
return profile.displayName!;
}