1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 04:56:12 +02:00

読み込む通知数を増やした

This commit is contained in:
syuilo
2019-02-28 11:44:16 +09:00
parent 8028499d2b
commit 507e2f727e

View File

@@ -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