Open Freeesia opened 9 months ago
Hello Mastonet Team,
I'm experiencing an issue with the GetAdminAccounts function in the Mastonet library when interacting with Mastodon. Here are the details:
GetAdminAccounts
System.Text.Json.JsonException
I would appreciate any help or guidance on resolving this issue. Thank you for your time and effort in maintaining this project.
Best regards.
The culprit for this issue is that certain fields in AdminAccounts should be nullable now, but aren't.
Hello Mastonet Team,
I'm experiencing an issue with the
GetAdminAccounts
function in the Mastonet library when interacting with Mastodon. Here are the details:GetAdminAccounts
method, aSystem.Text.Json.JsonException
occurs.I would appreciate any help or guidance on resolving this issue. Thank you for your time and effort in maintaining this project.
Best regards.