mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
fix: workspace member's last_active should be last_active_time, but not last_login_time (#4906)
This commit is contained in:
@@ -28,6 +28,7 @@ account_with_role_fields = {
|
||||
'avatar': fields.String,
|
||||
'email': fields.String,
|
||||
'last_login_at': TimestampField,
|
||||
'last_active_at': TimestampField,
|
||||
'created_at': TimestampField,
|
||||
'role': fields.String,
|
||||
'status': fields.String,
|
||||
|
||||
Reference in New Issue
Block a user