From 9eac705d070e65c3583f7de3a4ca985f2a0ebcc3 Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 17 Aug 2019 04:26:54 +0900 Subject: [PATCH] v2019.08.17 --- html/app.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/html/app.js b/html/app.js index 85a8e098..9e51a5fb 100644 --- a/html/app.js +++ b/html/app.js @@ -4267,11 +4267,7 @@ if (window.CefSharp) { }; $app.methods.addFeed = function (type, ref, extra) { - var array = this.feedTable.data; - if (array.length > 50000) { - array.length.splice(0, array.length - 10000); - } - array.push({ + this.feedTable.data.push({ created_at: new Date().toJSON(), type, userId: ref.id,