19 Commits

Author SHA1 Message Date
3d289ed5f0 Profile images are now downloaded based on whether the local file path exists, not just what the DB says 2022-05-07 18:46:07 -07:00
780577d724 Enable updating user handles 2022-05-07 15:23:37 -07:00
36e537b1cd Handle IsFollowing calls for users that aren't saved yet 2022-05-07 14:36:59 -07:00
6498a97816 Change IsFollowing method to use id field instead of handle 2022-05-07 14:21:59 -07:00
d1d80a91cd Add 'gofmt' linter 2022-03-13 17:13:40 -07:00
f41d072573 Improve error handling some more 2022-03-06 20:31:04 -08:00
26ab9ec937 Create new Timestamp helper type 2022-03-06 18:09:43 -08:00
5fb6a4aa9a REFACTOR: update persistence tests to use assert and require 2022-03-06 13:30:17 -08:00
508670248e Add list_followed subcommand 2022-02-28 16:06:58 -08:00
772fa247f7 Add creation of unknown users with known handles (i.e., deleted accounts) 2022-02-26 22:09:27 -08:00
857b9c5255 Fix linting error 2022-02-26 16:06:51 -08:00
373b9ce16e Add IsFollowed field on Users 2022-02-26 15:58:30 -08:00
fb174df363 Add persistence for is_banned field 2022-01-07 12:38:56 -05:00
5d054b5096 Add check for whether user needs content downloaded 2021-12-21 20:27:38 -05:00
1dc9511415 Make user handles case insensitive 2021-08-22 18:04:10 -07:00
d81fae0013 Make UserID an alias for int64 rather than string 2021-08-04 02:00:58 -07:00
15241f4f43 Add tweet queries 2021-07-25 14:37:32 -07:00
7db981398c Create test utils file for fixtures and helper functions 2021-07-24 21:48:01 -07:00
11e3a74b22 Add User queries 2021-07-24 12:24:57 -07:00