summaryrefslogtreecommitdiff
path: root/src/db/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* apply rustfmtpennae2022-07-171-1/+3
|
* keep oauth tokens around a bit after expirypennae2022-07-131-4/+3
| | | | | | | firefox wants to delete profile access tokens after they're expired and logs errors if it can't do that. since this happens every hour we can end up with a bunch of error logs very quickly, so we better let it do what it wants.
* initial importpennae2022-07-131-0/+1026