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 }