Commit Graph

7 Commits (d8f7a4e73964dbd4cd3f2751b70339a401b55438)

Author SHA1 Message Date
Copilot b685ffacdf refactor: memo filter
- Updated memo and reaction filtering logic to use a unified engine for compiling filter expressions into SQL statements.
- Removed redundant filter parsing and conversion code from ListMemoRelations, ListReactions, and ListAttachments methods.
- Introduced IDList and UIDList fields in FindMemo and FindReaction structs to support filtering by multiple IDs.
- Removed old filter test files for reactions and attachments, as the filtering logic has been centralized.
- Updated tests for memo filtering to reflect the new SQL statement compilation approach.
- Ensured that unsupported user filters return an error in ListUsers method.
1 month ago
varsnotwars f4bdfa28a0
feat: filter/method for reactions by content_id (#4969) 3 months ago
Steven e527b6a878 feat: move reaction type to setting 1 year ago
Steven cebc46adc7 chore: tweak store definition 2 years ago
Steven 4081a6f5ad chore: add more reactions 2 years ago
Steven 3a5bc82d39 chore: implement reaction service 2 years ago
Steven 559e427c50 chore: implement reaction store 2 years ago