mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update Activity.vue
This commit is contained in:
parent
ef8960c091
commit
17ce5ab5eb
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ export default {
|
|||
fetchNotifications() {
|
||||
axios.get('/api/v1/notifications', {
|
||||
params: {
|
||||
pg: true
|
||||
pg: false
|
||||
}
|
||||
})
|
||||
.then(res => {
|
||||
|
@ -141,7 +141,7 @@ export default {
|
|||
axios.get('/api/v1/notifications', {
|
||||
params: {
|
||||
page: this.notificationCursor,
|
||||
pg: true
|
||||
pg: false
|
||||
}
|
||||
}).then(res => {
|
||||
if(res.data.length > 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue