#66 検索時のフォロー中アカウント一覧作成処理を改善

This commit is contained in:
KMY 2023-10-07 18:47:32 +09:00
parent 583f5fe906
commit 22d1f52597
7 changed files with 90 additions and 5 deletions

View file

@ -13,6 +13,7 @@
# updated_at :datetime not null
# last_status_at :datetime
# group_activitypub_count :integer
# searchable_by_follower :boolean default(FALSE), not null
#
class AccountStat < ApplicationRecord