Opened 11 years ago
Closed 8 years ago
#4898 closed enhancement (wontfix)
Additional exclusion parameters in activity loop
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | needs-patch dev-feedback |
Cc: |
Description
A lot of the really, cool GSOC ideas revolve around privacy and blocking.
For this to be effective with the activity component, we need to have better exclusion parameters to accomodate these potential features.
What we need are two additional parameters:
- 'include_author' - uses an
IN
query against theuser_id
column - 'exclude_author' - uses a
NOT IN
query against theuser_id
column
Change History (2)
Note: See
TracTickets for help on using
tickets.
Since, privacy is one of the fundamental concerns in a social network, I feel it should have an additional column in the activity table.