From 4f0bba0c06ab59a7cdb075af097e0e283dba0f5b Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 3 Apr 2024 16:33:44 +0200 Subject: [PATCH 1/3] some lint --- src/chat/chatLogic.js | 4 ++-- src/chat/infinite.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chat/chatLogic.js b/src/chat/chatLogic.js index cb5a28a9..f664e3a8 100644 --- a/src/chat/chatLogic.js +++ b/src/chat/chatLogic.js @@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic' import * as ns from '../ns' import * as $rdf from 'rdflib' // pull in first avoid cross-refs import * as utils from '../utils' -import { getBlankMsg, signMsg, SEC, verifySignature } from './signature' -import { getPrivateKey, getPublicKey } from './keys' +import { getBlankMsg, signMsg, SEC} from './signature' +import { getPrivateKey} from './keys' /* The Solid logic for a 'LongChat' */ diff --git a/src/chat/infinite.js b/src/chat/infinite.js index 410ed1f0..647f2fd4 100644 --- a/src/chat/infinite.js +++ b/src/chat/infinite.js @@ -13,7 +13,7 @@ import * as ns from '../ns' import * as widgets from '../widgets' // import * as pad from '../pad' // import { DateFolder } from './dateFolder' -import { ChatChannel, isDeleted, isReplaced } from './chatLogic' +import { ChatChannel, isDeleted} from './chatLogic' import { renderMessageEditor, renderMessageRow } from './message' // const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets } From e909582ca82e78e4a80a5080f312491e1f3c825d Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 3 Apr 2024 16:36:22 +0200 Subject: [PATCH 2/3] lint --- src/chat/chatLogic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat/chatLogic.js b/src/chat/chatLogic.js index f664e3a8..57af1838 100644 --- a/src/chat/chatLogic.js +++ b/src/chat/chatLogic.js @@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic' import * as ns from '../ns' import * as $rdf from 'rdflib' // pull in first avoid cross-refs import * as utils from '../utils' -import { getBlankMsg, signMsg, SEC} from './signature' -import { getPrivateKey} from './keys' +import { getBlankMsg, signMsg, SEC } from './signature' +import { getPrivateKey } from './keys' /* The Solid logic for a 'LongChat' */ From 38e7fa0a85caa177f7a64744e092cba899ec5510 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 3 Apr 2024 16:46:35 +0200 Subject: [PATCH 3/3] lint --- src/chat/infinite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/infinite.js b/src/chat/infinite.js index 647f2fd4..631e584e 100644 --- a/src/chat/infinite.js +++ b/src/chat/infinite.js @@ -13,7 +13,7 @@ import * as ns from '../ns' import * as widgets from '../widgets' // import * as pad from '../pad' // import { DateFolder } from './dateFolder' -import { ChatChannel, isDeleted} from './chatLogic' +import { ChatChannel, isDeleted } from './chatLogic' import { renderMessageEditor, renderMessageRow } from './message' // const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets }