mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Make the search helper change based on the server config
This commit is contained in:
@@ -28,6 +28,13 @@ export interface ServerConfig {
|
||||
}
|
||||
}
|
||||
|
||||
search: {
|
||||
remoteUri: {
|
||||
users: boolean
|
||||
anonymous: boolean
|
||||
}
|
||||
}
|
||||
|
||||
plugin: {
|
||||
registered: ServerConfigPlugin[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user