mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
読み込む通知数を増やした
This commit is contained in:
parent
e434f9922e
commit
7e15d90f81
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue