-
Notifications
You must be signed in to change notification settings - Fork 3
Allow "Reply" to create sub-threads #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In Matrix, to which we are moving from Gitter, a thread is based on a message in the mainline, and each message the thread has a pointer back to the original root message of the thread. A SIOC property which seems to maybe be appropriate. However the SIOC concept of thread is to have the thread as a container of messages. """ Class: sioc:ThreadThread - A container for a series of threaded discussion Posts or Items.
sub-class-of: sioc:Container But maybe the term sioc:reply_of would be the one for the link back to the thread root Property: sioc:reply_ofreply of - Links to an Item or Post which this Item or Post is a reply to.
Inverse: sioc:has_reply |
Testing issues
Future stuff carry forward
|
An open question is how to represent in RDF that a message is what in IRC is a |
It is perhaps worth nothing that IRC display varies with clients. My client (Snak.app on macOS) displays the
vs a chat message that looks like
Also, that IRC has allowed users to |
See solid-ui PR SolidOS/solid-ui#531 ... still testing |
Desktop: A menu at the Right of the message allows, instead of just deleting the message,
The latter creates a new indented message input field under the original message.
When the new message is inserted, it is indented a bit to the right
When the new thread is first added, a "Reply to thread" button is added to do the same thing more easily
Also allow a Hide Thread button somewhere. Grey Triangle at left?
RDF model: a link between the two messages, stored in the chat file, or in both chat files if they are in different dated chat files.
Ontology to be decided. SIOC? Schema.org?
Model: How Telegram does this. Also look at Reddit and hacker news...
Creating new threads should be an option the creator of the chat can tun off, but default on.
You should be able to open the first message of a thread in the browser and see just the thread below it.
The text was updated successfully, but these errors were encountered: