diff --git a/src/app.js b/src/app.js index eebffed6..b52d79bc 100644 --- a/src/app.js +++ b/src/app.js @@ -15361,9 +15361,13 @@ console.log(`isLinux: ${LINUX}`); } i++; this.friendsListLoadingProgress = `${i}/${length}`; - await API.getUser({ - userId - }); + try { + await API.getUser({ + userId + }); + } catch (err) { + console.error(err); + } } this.friendsListLoadingProgress = ''; this.friendsListLoading = false; diff --git a/src/classes/sharedFeed.js b/src/classes/sharedFeed.js index 4fd6e322..bc380010 100644 --- a/src/classes/sharedFeed.js +++ b/src/classes/sharedFeed.js @@ -419,7 +419,7 @@ export default class extends baseClass { updateSharedFeedNotificationTable(forceUpdate) { // invite, requestInvite, requestInviteResponse, inviteResponse, friendRequest - var notificationTable = this.notificationTable; + var notificationTable = this.notificationTable.data; var i = notificationTable.length; if (i > 0) { if ( @@ -471,7 +471,7 @@ export default class extends baseClass { updateSharedFeedFriendLogTable(forceUpdate) { // TrustLevel, Friend, FriendRequest, Unfriend, DisplayName - var friendLog = this.friendLogTable; + var friendLog = this.friendLogTable.data; var i = friendLog.length; if (i > 0) { if (