Skip to content

Commit

Permalink
Merge pull request #558 from SolidOS/chat-thread-proof
Browse files Browse the repository at this point in the history
Chat thread proof
  • Loading branch information
bourgeoa authored Apr 3, 2024
2 parents 42e66c3 + 38e7fa0 commit 02009ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/chat/chatLogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
*/
Expand Down
2 changes: 1 addition & 1 deletion src/chat/infinite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 02009ae

Please sign in to comment.