mastodon/app
tateisu b87a1229c7 optimize direct timeline (#7614)
* optimize direct timeline

* fix typo in class name

* change filter condition for direct timeline

* fix codestyle issue

* revoke index_accounts_not_silenced because direct timeline does not use it.

* revoke index_accounts_not_silenced because direct timeline does not use it.

* fix rspec test condition.

* fix rspec test condition.

* fix rspec test condition.

* revoke adding column and partial index

* (direct timeline) move merging logic to model

* fix pagination parameter

* add method arguments that switches return array of status or cache_ids

* fix order by

* returns ActiveRecord.Relation in default behavor

* fix codestyle issue
2018-05-28 11:04:06 +02:00
..
chewy
controllers optimize direct timeline (#7614) 2018-05-28 11:04:06 +02:00
helpers
javascript
lib
mailers
models optimize direct timeline (#7614) 2018-05-28 11:04:06 +02:00
policies
presenters
serializers
services
validators Validate that e-mail resolves with MX and it's not blacklisted (#7631) 2018-05-27 11:58:08 +09:00
views
workers