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
feat: add email and phone fields to user model with enhanced OAuth sync
- Add email and phone columns to convo_user table via database migration
- Extend UserBasic and UserSet models with Email and Phone fields for contact information
- Introduce IUser interface to abstract user operations with GetEmail/GetPhone methods
- Add wecomUID context support for WeCom integration metadata tracking
- Update OAuth user synchronization to capture email, phone and WeCom UID metadata
- Enhance user query capabilities with email/phone filtering and sorting
- Upgrade staffio-client dependency to v0.2.11 for improved OAuth user handling
- Fix ignored error return in Feishu logger handler
0 commit comments