Skip to content

Conversation

timbl
Copy link
Contributor

@timbl timbl commented Mar 14, 2023

These changes add threads functionality, allowing "reply in thread", the display of thread at the right hand side, and display and add social actions (reactions) to messages.

This should be compatible with threads imported by https://github.com/solid-contrib/gitter-solid the bridge from matrix. it includes emoji-based reactions. (You can't create those on the solid side yet)

@@ -41,6 +41,10 @@ export function recordSharedPreferences (subject, context) {
return new Promise(function (resolve, reject) {
const sharedPreferences = kb.any(subject, ns.ui('sharedPreferences'))
if (!sharedPreferences) {
if (!kb.updater.editable(subject.doc())) {
console.log(` Cant make shared preferences, may not change ${subject.doc}`)
Copy link
Contributor

@TallTed TallTed Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log(` Cant make shared preferences, may not change ${subject.doc}`)
console.log(` Cannot make shared preferences; may not change ${subject.doc}`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants