mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Undo sorting of newsfeed
This commit is contained in:
parent
ab7c857750
commit
cd50d80671
@ -92,7 +92,7 @@ export default {
|
||||
query() {
|
||||
return gql(`
|
||||
query Post($first: Int, $offset: Int) {
|
||||
Post(first: $first, offset: $offset, orderBy: createdAt_desc) {
|
||||
Post(first: $first, offset: $offset) {
|
||||
id
|
||||
title
|
||||
contentExcerpt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user