From ac859381867b3b2d3cf1686b6c9168b8a242769e Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 12 Mar 2018 15:23:22 +0000 Subject: [PATCH 1/2] Fix syntax fail --- src/components/views/avatars/BaseAvatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/avatars/BaseAvatar.js b/src/components/views/avatars/BaseAvatar.js index 5735a99125..334ecdc984 100644 --- a/src/components/views/avatars/BaseAvatar.js +++ b/src/components/views/avatars/BaseAvatar.js @@ -82,7 +82,7 @@ module.exports = React.createClass({ } }, - onClientSync(syncState, prevState) { + onClientSync: function(syncState, prevState) { if (this.unmounted) return; // Consider the client reconnected if there is no error with syncing. From d416b9d7d1f1efd49022c6f163af5df748487e2d Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 12 Mar 2018 15:24:32 +0000 Subject: [PATCH 2/2] Copyright --- src/components/views/avatars/BaseAvatar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/views/avatars/BaseAvatar.js b/src/components/views/avatars/BaseAvatar.js index 334ecdc984..6fb86c9cd8 100644 --- a/src/components/views/avatars/BaseAvatar.js +++ b/src/components/views/avatars/BaseAvatar.js @@ -1,5 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.