Uh oh!
There was an error while loading. Please reload this page.
feat!: regenerate from chat v235.17.1 - #59
Merged
Conversation
Adds the moderation policy test endpoints, the video daily digest endpoint, message-ID paging on get channel, CSV channel export, and the model fields that came with them.
The channel returned by a partial update can lag the write it just applied, so the freeze test failed on the value it had just set.
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerated from the chat API at v235.17.1.
GET /video/stats/daily_digest).format,include_fields),member_custom_on_messages_enabledon app settings,collectionson activity requests,other_mediaon moderation payloads.Breaking changes
memberon message responses is nowChannelMemberPartialResponse, which carries onlychannelRole,notificationsMutedandcustom. The other member fields are no longer returned.ownerUserIDis nowuserIDondeleteBlockList,CreateBlockListRequestandUpdateBlockListRequest, andlistBlockListsno longer takes it. Named-argument callers have to be updated.importBlockListanddeleteModerationRulegained a requiredstring $idas their first parameter.Qualitylost all six of its properties and gained a different set.ThreadParticipantlost$appPk,ImportV2TaskSettingslost$source, andgetPollOptionlost$userID.Verify:
make test-unit(305 tests, green locally) andmake phpstan(clean). Integration tests run in CI.BREAKING CHANGE: message responses return a partial member, block list methods rename ownerUserID to userID, importBlockList and deleteModerationRule require an id, the Quality model was replaced, and ThreadParticipant::$appPk, ImportV2TaskSettings::$source and getPollOption's $userID are gone.