You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I would like to work on this issue if possible? I already created a quick draft [here] (#5263), and would also like to ask how in diesel migrate a new table, my Idea was a new table named post_keyword_block (not sure about the name though) which is a just like user id and keyword to then filter results returned by list
@leoseg For diesel migrations you can read the docs. In principle you only need to cargo install diesel_cli and run diesel migration generate *name*. The specific table name isnt so important, we can suggest a better one during code review if necessary.
Requirements
Is your proposal related to a problem?
Allow users to create a filter for certain keywords like "Twitter, Reddit" etc
Describe the solution you'd like.
In the "Blocks" page allow users to block keywords from post titles. This would hide all posts containing those words in the title.
Describe alternatives you've considered.
Some apps such as Connect on Android already have this feature, but it would be nice to have it included natively in Lemmy.
Additional context
No response
EDIT from dessalines:
This should also work not just on titles, but also URLs and possibly descriptions.
The text was updated successfully, but these errors were encountered: