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/models/concerns
luigi 087ed84367
Optimize map { ... }.compact calls (#15513)
* Optimize map { ... }.compact

using Enumerable#filter_map, supported since Ruby 2.7

* Add poyfill for Enumerable#filter_map
4 years ago
..
account_associations.rb
account_avatar.rb
account_counters.rb
account_finder_concern.rb
account_header.rb
account_interactions.rb Fix being able to import more than allowed number of follows (#15384) 4 years ago
account_merging.rb Fix account merging in maintenance script (#15264) 4 years ago
attachmentable.rb
cacheable.rb
domain_materializable.rb Fix performance on instances list in admin UI (#15282) 4 years ago
domain_normalizable.rb
expireable.rb
follow_limitable.rb Fix being able to import more than allowed number of follows (#15384) 4 years ago
ldap_authenticable.rb
omniauthable.rb
paginable.rb
pam_authenticable.rb
rate_limitable.rb
redisable.rb
relationship_cacheable.rb
remotable.rb
status_threading_concern.rb Optimize map { ... }.compact calls (#15513) 4 years ago
user_roles.rb