Skip to content

Implement correct logic for Last Used Value

Rishi Kumar requested to merge keys/tokodon:work/keys/fix-recent-activity into master

This MR corrects the wrong logic for determining the "Last Used" value.

Previously, the implementation relied on the last used_at value of the JSON array, but this approach was not consistent and often resulted in wrong value. This MR introduces a comparison-based logic to accurately calculate the value.

Merge request reports