mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Fixing #1120 - search by eventCategory
This commit is contained in:
parent
4e7284b486
commit
18d4b73d91
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ const GEOHASH_DEPTH = 9; // put enough accuracy, radius will be used anyway
|
|||
groupPage: this.groupPage,
|
||||
limit: EVENT_PAGE_LIMIT,
|
||||
type: this.type,
|
||||
eventCategory: this.eventCategory,
|
||||
};
|
||||
},
|
||||
update(data) {
|
||||
|
|
Loading…
Reference in a new issue