mirror of
https://github.com/4sval/FModel.git
synced 2026-09-07 17:16:27 -05:00
Added "Krowe Moh" to CoAuthor
fixes invisible name/pfp
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user