Skip to content

Commit 02009ae

Browse files
authored
Merge pull request #558 from SolidOS/chat-thread-proof
Chat thread proof
2 parents 42e66c3 + 38e7fa0 commit 02009ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/chat/chatLogic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic'
99
import * as ns from '../ns'
1010
import * as $rdf from 'rdflib' // pull in first avoid cross-refs
1111
import * as utils from '../utils'
12-
import { getBlankMsg, signMsg, SEC, verifySignature } from './signature'
13-
import { getPrivateKey, getPublicKey } from './keys'
12+
import { getBlankMsg, signMsg, SEC } from './signature'
13+
import { getPrivateKey } from './keys'
1414

1515
/* The Solid logic for a 'LongChat'
1616
*/

src/chat/infinite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as ns from '../ns'
1313
import * as widgets from '../widgets'
1414
// import * as pad from '../pad'
1515
// import { DateFolder } from './dateFolder'
16-
import { ChatChannel, isDeleted, isReplaced } from './chatLogic'
16+
import { ChatChannel, isDeleted } from './chatLogic'
1717
import { renderMessageEditor, renderMessageRow } from './message'
1818

1919
// const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets }

0 commit comments

Comments
 (0)