Merge remote-tracking branch 'parent/main' into kb_migration
This commit is contained in:
commit
5d49a7c3c1
5 changed files with 76 additions and 8 deletions
|
@ -74,10 +74,6 @@ class InstancePresenter < ActiveModelSerializers::Model
|
|||
Rails.cache.fetch('distinct_domain_count') { Instance.count }
|
||||
end
|
||||
|
||||
def sample_accounts
|
||||
Rails.cache.fetch('sample_accounts', expires_in: 12.hours) { Account.local.discoverable.popular.limit(3) }
|
||||
end
|
||||
|
||||
def version
|
||||
Mastodon::Version.to_s
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue