ddworken / hishtory

Your shell history: synced, queryable, and in context
https://hishtory.dev
MIT License
2.43k stars 41 forks source link

Allow register new device when exceed user limit when user already exist #181

Closed nghduc97 closed 5 months ago

nghduc97 commented 5 months ago

Currently if number of users equal to higher than HISHTORY_MAX_NUM_USERS, new device cannot be register even though the user already other devices registered before. This change enable that.

ddworken commented 5 months ago

Ah nice, thank you for this PR! This LGTM, I'll let the tests run on Github Actions to confirm everything passes, and then I'll get this merged and released.