Apply manual fixes for ESLint errors

This commit is contained in:
Daniel Gasienica
2018-04-27 17:27:32 -04:00
parent 1dd87ad197
commit 822850433e
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -119,8 +119,8 @@
Signal.Backbone.Views.Lightbox.show(this.lightboxView.el);
},
isVoiceMessage() {
// eslint-disable-next-line no-bitwise
if (
// eslint-disable-next-line no-bitwise
this.model.flags &
textsecure.protobuf.AttachmentPointer.Flags.VOICE_MESSAGE
) {
+1
View File
@@ -513,6 +513,7 @@
const statusPromise = this.throttledGetProfiles();
// eslint-disable-next-line more/no-then
this.statusFetch = statusPromise.then(() =>
// eslint-disable-next-line more/no-then
this.model.updateVerified().then(() => {
this.onVerifiedChange();
this.statusFetch = null;