You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add family name support to user display in top and reputation change
* Add get_user_full_name method to Bot class to retrieve both first and last names from VK API
* Update user creation in BetterBotBaseDataService to store full names (first + last)
* Update user profile updates to use full names
* Update karma change messages to display full names instead of just first names
* Update VkInstance mock class to support get_user_full_name method
* Top user listings now show full names in format: [id123|John Smith] instead of [id123|John]
* Reputation/karma change notifications now display full names for better user identification
Fixes#20
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments