client-app/app/models/message-collection.js in logster-2.11.3 vs client-app/app/models/message-collection.js in logster-2.11.4
- old
+ new
@@ -168,10 +168,11 @@
data.after = opts.after;
}
this.set("loading", true);
return ajax("/messages.json", {
- data: data
+ data: data,
+ method: "POST"
})
.then(data => {
// guard against race: ensure the results we're trying to apply
// match the current search terms
if (compare(data.filter, this.filter) != 0) {