-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/user apps #336
Fix/user apps #336
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ab32b1 - Browse repository at this point
Copy the full SHA 2ab32b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b924cd0 - Browse repository at this point
Copy the full SHA b924cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a4922 - Browse repository at this point
Copy the full SHA 29a4922View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef632cb - Browse repository at this point
Copy the full SHA ef632cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bdac3c - Browse repository at this point
Copy the full SHA 7bdac3cView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70f13d1 - Browse repository at this point
Copy the full SHA 70f13d1View commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e027f5 - Browse repository at this point
Copy the full SHA 9e027f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea760b - Browse repository at this point
Copy the full SHA 3ea760bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c784a72 - Browse repository at this point
Copy the full SHA c784a72View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7288f91 - Browse repository at this point
Copy the full SHA 7288f91View commit details
Commits on May 9, 2024
-
fix: Remove erroneous converter & add missing json
This removes the string enum converter for ApplicationIntegrationType, which caused deserialization to fail due to the fact that Discord accepted a stringified value, but would return a numeric value in the response payload, which the enum converter cannot handle. Missing JSON fields (`contexts`, `integration_types` have also been added, as they were previously missing, and likely would've caught this issue. A new converter type was also added to fix this confounding issue, but it breaks on `Optional<IReadOnlyDictionary<...>>` which confuses me. This is being posted purely for debugging purposes, and is known to be broken at this point for reasons entirely beyond me and perhaps even God.
Configuration menu - View commit details
-
Copy full SHA for 061cfd4 - Browse repository at this point
Copy the full SHA 061cfd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2086a42 - Browse repository at this point
Copy the full SHA 2086a42View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6539aaf - Browse repository at this point
Copy the full SHA 6539aafView commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cac68b4 - Browse repository at this point
Copy the full SHA cac68b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6114f - Browse repository at this point
Copy the full SHA 4e6114fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b880e8 - Browse repository at this point
Copy the full SHA 4b880e8View commit details -
Update Backend/Remora.Discord.API/API/Objects/Interactions/Applicatio…
…nIntegrationTypeConfig.cs Co-authored-by: MazeXP <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b0a641 - Browse repository at this point
Copy the full SHA 5b0a641View commit details -
Update Backend/Remora.Discord.API/Json/Converters/Internal/EnumKeyDic…
…tionaryConverterFactory.cs Co-authored-by: MazeXP <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e06346 - Browse repository at this point
Copy the full SHA 4e06346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b7edf - Browse repository at this point
Copy the full SHA 42b7edfView commit details -
Revert "refactor: Apply PR feedback"
This reverts commit 42b7edf.
Configuration menu - View commit details
-
Copy full SHA for 49f09d5 - Browse repository at this point
Copy the full SHA 49f09d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff3f43 - Browse repository at this point
Copy the full SHA bff3f43View commit details -
refactor!: Remove name from interaction metadata
BREAKING-CHANGE: Removes the name field from interaction metadata; Discord says this field is currently unstable.
Configuration menu - View commit details
-
Copy full SHA for bf34c18 - Browse repository at this point
Copy the full SHA bf34c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1bb43 - Browse repository at this point
Copy the full SHA 6f1bb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ae761 - Browse repository at this point
Copy the full SHA e1ae761View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cca677 - Browse repository at this point
Copy the full SHA 9cca677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a47b28 - Browse repository at this point
Copy the full SHA 4a47b28View commit details