Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/730/head
Maxence Lange 2019-09-14 12:41:29 -01:00
rodzic c3d605f3ef
commit a4de752d9c
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -210,11 +210,11 @@ const actions = {
// Also load replies when displaying a single post timeline
if (state.type === 'single-post') {
result.push(response.data)
// axios.get(OC.generateUrl(``)).then((response) => {
// if (response.status !== -1) {
// result.concat(response.data.result)
// }
// }
// axios.get(OC.generateUrl(``)).then((response) => {
// if (response.status !== -1) {
// result.concat(response.data.result)
// }
// }
} else {
result = response.data.result
}