mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
disable showing follows for now, getting incredibly spammy. will add feature to highlight follows soon
This commit is contained in:
parent
6a045685d0
commit
10f40c8f5c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Event < Sequel::Model
|
|||
ds = select_all(:events).
|
||||
order(:created_at.desc).
|
||||
join_table(:inner, :sites, id: :site_id).
|
||||
where(follow_id: nil)
|
||||
exclude(Sequel.qualify(:sites, :is_deleted) => true).
|
||||
exclude(Sequel.qualify(:events, :is_deleted) => true).
|
||||
exclude(is_banned: true)
|
||||
|
|
Loading…
Add table
Reference in a new issue