Comment typo

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2020-04-29 17:33:18 +01:00 committed by GitHub
parent a70efea69e
commit c41af152ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export default class DeviceListener {
}
_onWillUpdateDevices = async (users, initialFetch) => {
// We we didn't know about *any* devices before (ie. it's fresh login),
// If we didn't know about *any* devices before (ie. it's fresh login),
// then they are all pre-existing devices, so ignore this and set the
// devicesAtStart list to the devices that we see after the fetch.
if (initialFetch) return;