mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-29 17:02:06 -05:00
Fix typos and spelling errors. (#8639)
This commit is contained in:
parent
c850dd9a8e
commit
34a5696f93
41 changed files with 63 additions and 60 deletions
|
|
@ -139,7 +139,7 @@ class SearchHandler(BaseHandler):
|
|||
# Filter to apply to results
|
||||
filter_dict = room_cat.get("filter", {})
|
||||
|
||||
# What to order results by (impacts whether pagination can be doen)
|
||||
# What to order results by (impacts whether pagination can be done)
|
||||
order_by = room_cat.get("order_by", "rank")
|
||||
|
||||
# Return the current state of the rooms?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue