mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Update search.js to pass instance_config to template
This commit is contained in:
@@ -14,6 +14,7 @@ searchRoute.get('/search', (req, res, next) => {
|
||||
sortby: undefined,
|
||||
past: undefined,
|
||||
user_preferences: req.cookies,
|
||||
instance_config: config,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user