読み込む通知数を増やした
This commit is contained in:
parent
8028499d2b
commit
507e2f727e
@ -61,7 +61,7 @@ export default Vue.extend({
|
||||
|
||||
this.connection.on('notification', this.onNotification);
|
||||
|
||||
const max = 10;
|
||||
const max = 15;
|
||||
|
||||
this.$root.api('i/notifications', {
|
||||
limit: max + 1
|
||||
|
Loading…
Reference in New Issue
Block a user