Closed MV-GH closed 1 year ago
This PR focuses on updating the Lemmy API client code.
PostResponse
SuccessResponse
LoginToken
creator_is_moderator
creator_is_admin
CommentView
CommentReplyView
PersonMentionView
PersonView
CommunityAggregates
CommunityBlockId
is_admin
PostView
DeleteCustomEmojiResponse
DeleteImage
federation_state
version
InstanceWithFederationState
community_is_blocked
instance_is_blocked
LemmyErrorType
federation_signed_fetch
LocalSite
collapse_bot_comments
LocalUser
SaveUserSettings
The following files were skipped due to too many changes: lemmy_spec.yaml, partials/components.yaml ✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
The following files were skipped due to too many changes: lemmy_spec.yaml, partials/components.yaml
lemmy_spec.yaml
partials/components.yaml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
PR-Codex overview
This PR focuses on updating the Lemmy API client code.
Detailed summary
PostResponse
toSuccessResponse
.LoginToken
objects.creator_is_moderator
andcreator_is_admin
to theCommentView
andCommentReplyView
interfaces.creator_is_moderator
andcreator_is_admin
to thePersonMentionView
andPersonView
interfaces.CommunityAggregates
interface and theCommunityBlockId
type.is_admin
to thePersonView
interface.PostView
interface to include the new propertiescreator_is_moderator
andcreator_is_admin
.DeleteCustomEmojiResponse
interface and theDeleteImage
interface.federation_state
andversion
to theInstanceWithFederationState
interface.community_is_blocked
andinstance_is_blocked
to theLemmyErrorType
union.federation_signed_fetch
to theLocalSite
interface.collapse_bot_comments
to theLocalUser
andSaveUserSettings
interfaces.