fix(api): add verifier field to currentUser response - #199
Open
Sunev wants to merge 1 commit into
Open
Conversation
Include the `verifier` field in the JSON response from the currentUser endpoint to ensure API compatibility with client-side expectations. This was introduced in [this commit](rustdesk/rustdesk@8f54549#diff-b72772c65319a36673d9bb607977905b20da07048b808da7910602fb16f9e030R1374)
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 free
to 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.
在 currentUser 返回的 JSON 响应中包含
verifier字段,以确保 API 与Sciter版客户端预期兼容。对这个字段的需求在1.3.8版客户端的此提交中引入。添加此字段后Sciter版客户端将恢复地址簿的解析。