mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Add todo + remove pending features that are already done
This commit is contained in:
parent
d7d8c0adf1
commit
d7ad96906f
@ -81,6 +81,4 @@ When the user runs `hishtory query`, it retrieves all unread blobs from the back
|
||||
|
||||
* zsh support
|
||||
* mac support
|
||||
* automatic test running in github actions
|
||||
* support for filtering out items in a search query via `-foo`
|
||||
* support for verifying the attestations tied to updates
|
||||
* support for verifying the attestations tied to updates
|
||||
|
@ -286,6 +286,7 @@ func cleanDatabase() error {
|
||||
if result.Error != nil {
|
||||
return result.Error
|
||||
}
|
||||
// TODO: Clean the database by deleting entries for users that haven't been used in X amount of time
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user