mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-28 06:17:46 +01:00
Renaming default filter
This commit is contained in:
parent
43a07a5729
commit
4e4907aec4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ defmodule Philomena.Filters do
|
|||
"""
|
||||
def default_filter do
|
||||
Filter
|
||||
|> where(system: true, name: "Default")
|
||||
|> where(system: true, name: "SFW Furry")
|
||||
|> Repo.one!()
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue