You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Akihiko Odaki (@fn_aki@pawoo.net) e07b57852e Remove some code in TagManager and spec (#3547)
* Do not fall back to StreamEntry if object_type is unavailable in TagManager

Since 6d6a429af8, when Status, the only model
with stream_entry, and StreamEntry got its own logic in uri_for and
url_for, the purpose of the fallbacks to activity_type of StreamEntry
became unclear.

This commit removes the fallbacks. When adding another model with
stream_entry in future, consider to update uri_for and url_for.

* Cover TagManager more
8 years ago
..
controllers Fix limit_param in favourites_controller.rb (#3553) 8 years ago
helpers Resolve custom application stylesheet with Webpack (#3373) 8 years ago
javascript i18n: Updated Polish translation (#3555) 8 years ago
lib Remove some code in TagManager and spec (#3547) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Remove Targetable (#3548) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services change sidekiq queueing to bulk push (#3536) 8 years ago
validators Stricter whitelist rules (#2213) 8 years ago
views Resolve custom application stylesheet with Webpack (#3373) 8 years ago
workers change sidekiq queueing to bulk push (#3536) 8 years ago