Searchable by doesn't apply to dms

merge-requests/30/head
Bob Mottram 2024-10-12 12:04:56 +01:00
parent 9e433abe4b
commit e6f9fa6740
1 changed files with 24 additions and 23 deletions

View File

@ -991,6 +991,7 @@ def html_new_post(edit_post_params: {},
replies_section += languages_dropdown
# searchable by dropdown
if endpoint != 'newdm':
searchables = {
'yourself': translate['Yourself'],
'public': translate['Public'],