Opened 13 years ago
Closed 9 years ago
#4898 closed enhancement (wontfix)
Additional exclusion parameters in activity loop
| Reported by: |
|
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
INquery against theuser_idcolumn - 'exclude_author' - uses a
NOT INquery against theuser_idcolumn
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.