Added "Krowe Moh" to CoAuthor

fixes invisible name/pfp
This commit is contained in:
Krowe Moh
2026-03-23 20:42:14 +11:00
parent a78bd23535
commit 75e0f9589b

View File

@@ -81,6 +81,9 @@ public partial class UpdateViewModel : ViewModel
if (username.Equals("Asval", StringComparison.OrdinalIgnoreCase))
{
username = "4sval"; // found out the hard way co-authored usernames can't be trusted
} else if (username.Equals("Krowe Moh", StringComparison.OrdinalIgnoreCase))
{
username = "Krowe-moh";
}
coAuthorMap[commit].Add(username);
@@ -101,7 +104,7 @@ public partial class UpdateViewModel : ViewModel
}
catch
{
//
// Ignore
}
}