[PR #4906] fix: workspace member's last_active should be last_active_time, but not last_login_time #24687

Closed
opened 2026-02-21 20:23:29 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/4906

State: closed
Merged: Yes


Description

Workspace member's last_active now set to be last_login_time, which is wrong。It should be set to the value of last_active_time.

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  1. before fix, lastActive shows the value of last_login_time, which is '18天前'
  2. after fix,lastActive shows the value of last_active_time, which is '几秒前'

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
**Original Pull Request:** https://github.com/langgenius/dify/pull/4906 **State:** closed **Merged:** Yes --- # Description Workspace member's last_active now set to be last_login_time, which is wrong。It should be set to the value of last_active_time. Fixes # (issue) ## Type of Change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested? 1. before fix, lastActive shows the value of last_login_time, which is '18天前' 2. after fix,lastActive shows the value of last_active_time, which is '几秒前' # Suggested Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings
yindo added the pull-request label 2026-02-21 20:23:29 -05:00
yindo closed this issue 2026-02-21 20:23:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#24687