mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix lint.
This commit is contained in:
@@ -696,7 +696,7 @@ class Search
|
||||
@direct_pms_only = true
|
||||
@search_context = @guardian.user
|
||||
nil
|
||||
elsif word =~ /^personal_messages:(.+)$/
|
||||
elsif word =~ /^personal_messages:(.+)$/
|
||||
@search_pms = true
|
||||
|
||||
if user = User.find_by_username($1)
|
||||
|
||||
Reference in New Issue
Block a user