Browse Source

only cache a user's pinned channels if there are no errors when loading them

master
ansuz 9 months ago
parent
commit
bd3e18d1a8
1 changed files with 0 additions and 1 deletions
  1. 1
      lib/commands/pin-rpc.js

1
lib/commands/pin-rpc.js

@ -49,7 +49,6 @@ var loadUserPins = function (Env, safeKey, cb) {
// only put this into the cache if it completes
session.channels = value;
}
session.channels = value;
done(value);
});
});

Loading…
Cancel
Save