mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-15 05:34:46 +00:00
981e015f1b
The hack with caching the follow relationship was introduced when we still were storing it inside the follow activity, resulting in slow queries. Now we store follow state in `FollowRelationship` table, so this is no longer necessary. |
||
---|---|---|
.. | ||
account_view.ex | ||
app_view.ex | ||
conversation_view.ex | ||
custom_emoji_view.ex | ||
filter_view.ex | ||
instance_view.ex | ||
list_view.ex | ||
marker_view.ex | ||
notification_view.ex | ||
poll_view.ex | ||
push_subscription_view.ex | ||
report_view.ex | ||
scheduled_activity_view.ex | ||
status_view.ex |