Skip to content

Commit 0940f4e

Browse files
committed
1 parent 92a6733 commit 0940f4e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.web_base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/solid/solid-ui/tree/main

src/chat/infinite.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets }
2222

2323
/* global alert */
2424

25-
const SERVER_MKDIRP_BUG = true
25+
const SERVER_MKDIRP_BUG = false // Set false timbl 2021-10-31 should be fixed by now
2626

2727
export async function createIfNotExists (doc, contentType = 'text/turtle', data = '') {
2828
const fetcher = UI.store.fetcher
@@ -209,6 +209,7 @@ export async function infiniteMessageArea (dom, kb, chatChannel, options) {
209209
chatDocument
210210
)
211211
await createIfNotExists(chatDocument)
212+
// Otherwise, create the documentif necessary with a PATCH:
212213
}
213214
try {
214215
await updater.update([], sts)

src/widgets/peoplePicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* organizations to take some action on.
77
*
88
* Assumptions
9-
* - Assumes that the user has a type index entry for vcard:AddressBook.
9+
* - Assumes that the user has a type index entry for vcard:AddressBook. @@ bad assuption
1010
*
1111
*/
1212
import escape from 'escape-html'
@@ -23,7 +23,7 @@ import { solidLogicSingleton } from '../logic'
2323
const kb = solidLogicSingleton.store
2424

2525
export class PeoplePicker {
26-
constructor (element, typeIndex, groupPickedCb, options) {
26+
constructor (element, typeIndex, groupPickedCb, options) { // @@ can't expect typeindex to be passed
2727
this.options = options || {}
2828
this.element = element
2929
this.typeIndex = typeIndex

0 commit comments

Comments
 (0)