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/lib
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
9 years ago
..
settings Refactor Setting (#3302) 9 years ago
application_extension.rb
atom_serializer.rb Remove redundant code in AtomSerializer and spec (#3528) 9 years ago
exceptions.rb
extractor.rb
feed_manager.rb Execute PushUpdateWorker only for accounts who uses StreamingAPI just now. (#3278) 9 years ago
formatter.rb Remove some arguments of Formatter.instance.format and spec (#3541) 9 years ago
hash_object.rb
inline_rabl_scope.rb
inline_renderer.rb
language_detector.rb Remove usernames and hashtags from language detection (#3503) 9 years ago
provider_discovery.rb A minor change for ProviderDiscovery and spec (#3543) 9 years ago
sanitize_config.rb
stream_entry_finder.rb Improve api oembed controller (#3450) 9 years ago
tag_manager.rb Remove some code in TagManager and spec (#3547) 9 years ago
user_settings_decorator.rb Add preference setting for delete toot modal (#3368) 9 years ago
webfinger_resource.rb