mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update NotificationCard, fix pagination bug #2019
This commit is contained in:
parent
d5e16ac04f
commit
32beaad5b7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
methods: {
|
||||
fetchNotifications() {
|
||||
axios.get('/api/pixelfed/v1/notifications')
|
||||
axios.get('/api/pixelfed/v1/notifications?pg=true')
|
||||
.then(res => {
|
||||
let data = res.data;
|
||||
let ids = res.data.map(n => n.id);
|
||||
|
|
Loading…
Reference in a new issue