Name |
Last commit
|
Last update |
---|---|---|
.. | ||
observers | ||
activity.rb | ||
comment.rb | ||
comment_thread.rb | ||
commentable.rb | ||
content.rb | ||
notification.rb | ||
subscription.rb | ||
user.rb |
The commentable_ids param is a comma-delimited list of ids indicating that only threads belonging to one of the specified commentables should be returned. It can now be used by any endpoint that delegates to handle_threads_query (most importantly "#{APIPREFIX}/threads"), and the commentable_id field is now indexed for efficient filtering. The motivation for this change is to allow clients that are filtering by commentable_ids to avoid using the /search/threads endpoint, which does not do sorting and pagination correctly.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
observers | Loading commit data... | |
activity.rb | Loading commit data... | |
comment.rb | Loading commit data... | |
comment_thread.rb | Loading commit data... | |
commentable.rb | Loading commit data... | |
content.rb | Loading commit data... | |
notification.rb | Loading commit data... | |
subscription.rb | Loading commit data... | |
user.rb | Loading commit data... |