17 Commits

Author SHA1 Message Date
73c5803a47 Add downloading of DM embedded images, videos and links 2024-03-11 21:12:38 -07:00
38495e8591 Add button and query to delete a List 2024-02-25 21:58:56 -08:00
5b6894eee2 Add List queries 2024-02-24 16:45:08 -08:00
df8093bbd9 Add follows 2023-12-26 19:52:37 -06:00
e5b00c334d Add embedded tweet recognition to DMs 2023-11-19 23:33:04 -08:00
b73ee1f5d2 Add support for group DMs; also make UI highlight which chat is currently active 2023-11-19 20:37:22 -08:00
46eaf913fd Remove length restriction on Emoji field in a DMReaction; emojis can be >1 char, up to at least 3 2023-11-18 14:55:07 -08:00
7c25648cbf Add DB queries for DM chat messages and reactions
- also change reactions to be a map instead of a slice
2023-11-07 15:04:47 -04:00
3f1fcf6bcd Tweak field names, add more 'db:...' tags to struct field names 2023-11-07 15:04:47 -04:00
41fe27fa34 Tidy up SQL for new DM tables
- add "chat_" prefix to table names
- add "is_" prefix to names of boolean fields
- rename some fields for reasons of taste
- add "chat_room_participants" join table
2023-11-07 15:04:47 -04:00
~holmus-hiddyn
945923e226 Adds shell for DMs, reactions, and conversation 2023-11-07 15:04:47 -04:00
b6ada6371c Fix up a bunch of lint errors and other stuff 2023-10-14 19:45:51 -03:00
99ef17f820 Fix likes 'sort_order' being unique when '-1' is used as 'unknown' value 2023-10-13 17:55:40 -03:00
dc1bde2fe6 Implement 'likes sort order' for Likes tab 2023-10-12 15:34:24 -03:00
eaa01a2360 Fix fetching users and search
- Add is_deleted field on Users
- Fix fetching of tombstoned users including deleted users
- Fix "verified" bluechecks not being scraped anymore
- Fix search to use new graphql endpoint (old one got taken down)
2023-08-22 20:07:32 -03:00
fd0c625de5 Optimize Timeline query by splitting it into sub-queries so it can use indexes 2023-08-17 18:21:26 -03:00
a061decd0f REFACTOR: Rename go module to 'gitlab.com/offline-twitter/twitter_offline_engine' in accordance with 'go get' conventions
- also restructure project to use a 'pkg' directory for reusable packages
2023-07-30 14:20:07 -03:00