mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Apply manual fixes for ESLint errors
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user