We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contact.js中的getDisplayName方法,获取群名称显示,有的群只有一个联系人(可以尝试自己拉一个群然后把其他人都删了),因此
if (isRoomContact(contact)) { return '[群] ' + (contact.RemarkName || contact.DisplayName || contact.NickName || `${getDisplayName(contact.MemberList[0])}、${getDisplayName(contact.MemberList[1])}`) }
是会出问题的
The text was updated successfully, but these errors were encountered:
还真是有这种情况。。
Sorry, something went wrong.
No branches or pull requests
contact.js中的getDisplayName方法,获取群名称显示,有的群只有一个联系人(可以尝试自己拉一个群然后把其他人都删了),因此
是会出问题的
The text was updated successfully, but these errors were encountered: