Skip to content

Fix/open api fixes#725

Merged
seferturan merged 5 commits intomasterfrom
fix/open_api_fixes
Mar 23, 2026
Merged

Fix/open api fixes#725
seferturan merged 5 commits intomasterfrom
fix/open_api_fixes

Conversation

@seferturan
Copy link
Contributor

⚠️ Warning ⚠️

  • Contains breaking changes.

🎶 Notes 🎶

@michaldrabik
Copy link
Collaborator

@seferturan Please also make these connections boolean fields for user setting nullish while at it:

GET /users/settings
@Serializable
data class GetUsersSettings200ResponseConnections(

    @SerialName(value = "facebook")
    val facebook: kotlin.Boolean,

    @SerialName(value = "twitter")
    val twitter: kotlin.Boolean,

    @SerialName(value = "mastodon")
    val mastodon: kotlin.Boolean,

.......

@seferturan seferturan merged commit 20aa2c9 into master Mar 23, 2026
3 checks passed
@seferturan seferturan deleted the fix/open_api_fixes branch March 23, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants