Bug: Enhancements and Bug Fixes: Group Search Sorting and IM Group Member Count Accuracy #2088
Closed
9 tasks done
Labels
bug
Categorizes issue or PR as related to a bug.
Currently some existing bugs and feature, as well as fix tracking | 目前现有的一些错误和功能,以及修复追踪
[bug: Fix Log Retrieval Issue] The log returns null - when the start and end time points are passed in through http://14.29.213.197:50002/third/logs/search, the corresponding log is expected to be returned information. However, the current return is empty. It is speculated that the reason may be that the search parameters passed in are empty or wrong. This issue hinders log review of IM API tests, affecting the efficiency of problem diagnosis and backend management. #2092
[bug: Resolve RTC Media and Download URL Issue] rtc audio and video Return empty /rtc download address/user profile picture address - Yeshttp://14.29.213.197:50009/rtc/get_signal_invitation_records for the RTC of audio and video information and download address appear empty value, also affected the avatars address, this reduces the user experience and influence the integrity of the function. #2093
[bug: Fix Record Not Found for Chat Record Not Found - Premium] when http://14.29.213.197:50009/account/change_password change passwords,chat Premium shows "Record not found", possibly because there was an omission when merging code and you need to make sure everything works properly. #2095
[bug: Sync Update IM on Chat Modification] chat modification exception - After user information is modified, an exception occurs when IM records are updated using /account/update, which hinders the data synchronization process and affects the consistency of user data. #2096
[bug: Correct Group Retrieval with showNumber=100] 'showNumber=100' Returns only 80 + unsorted data - passhttp://14.29.213.197:50002/group/get_groups for group information, even if set
showNumber = 100
, return the data is only 80, and was not as expected.This reflects that the database query logic may not properly handle the filtering and sorting of disbanded groups. #2094[bug: Include System Notifications in Message Search] Search Message without notification System - in http://14.29.213.197:50002/msg/search_msg Search news,No system notifications were found.Further investigation revealed an error in the field name of 'searchMsg.MsgType', which needs to be corrected to ensure the integrity of the search function. #2098
[enhancement: Add Descending Sort by Creation Time in Group Search] Optimize the sorting function of group search - According to the previous discussion, in order to improve the user experience when searching for groups, we need to add Descending Sort by Creation Time in Group Search at http:// Added a sorting function in descending order of creation time to the group search results of 14.29.213.197:50002/group/get_groups. This will help users find newly created groups faster and improve the way information is presented. #2089
[bug: IM Group Member Count Zero After
make test-api
] After usingmake test-api
to create the script, IM search group information shows that the number of people in the group is 0 - this problem occurs when using automation The test scriptmake test-api
was found after creating the data. When searching for a group, the group number is displayed as 0, which is inconsistent with the actual situation and affects the accuracy of the data and the effectiveness of the test. Data creation and search logic need to be checked to ensure that group size is reflected correctly. #2097feat: In the background of IM group list management, the fuzzy query of group names is supported #2099
The text was updated successfully, but these errors were encountered: