Conversations Improvements #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We've had a first taste of utilizing the conversations api in applications now. Pleroma FE has a MR for it and Kenoma is almost in the same boat. There's some UX worries that have to be sorted out that aren't just frontend or backend problems I think.
Conversations timeline: It gets very confusing when there's more than 1 'conversations' with the same person, most chat applications don't allow this sort of behavior and instead all messages with a single person are in one continuous timeline. Should we just deal with it or figure out a solution?
Participants being dropped or added during conversation: tagging users makes no sense in chat context, addressing should be done purely by members list in the current conversation. There might be some other solutions for this as well but we can't do the conversations list in a sensible way if the addressing can change per message.
Public threads turning into dms: this is the big one, you can end up with completely nonsensical "conversations" where most of the messages were never addressed to you, but it's still your conversations because someone sent a dm reply to you in that thread. I think in these cases the conversation should only return the dms that have been addressed to you and nothing else. Some context could be added on top saying that "this conversation started as a reply to some public post" or something.
Without addressing these problems I think the conversations is a worse experience in pretty much every single way compared to current DMs. I do want to see this feature done well so that pleroma and fediverse in general can closer to competing as a good free chat platform.
Very good observations.
I'm ambivalent about this.
If you use
in_reply_to_conversation_id, this is exactly what happens, you can mention people but it won't change the recipients of the message. See https://git.pleroma.social/pleroma/pleroma/blob/develop/docs/API/differences_in_mastoapi_responses.md#post-apiv1statusesI agree, it's very confusing. The solution you describe seems good.
We have other problems.
curling iron?To:to user) but the "if you use in_reply_to_conversation_id" brings more confusion to me - can you change recipients? doesToeven affect anything? It's even more confusing if you remember mastodon - all the stuff i mentioned back in march/april - mastodon user thinking adding a mention is ok because people they're talking to saying it's ok to do and badmouthing someone and notifying them, etc.I keep telling you that for DC to be useful and not messy they need to be completely separate from existing DMs - Make DirectMessage2 that's not compatible with DirectMessage, has stronger limitations and richer capabilities (ability to remove someone else's post for instance). Other implementations will just follow.
AP DMs are one giant hack done by gargron just because he could. He also did FOs and Unlisted. NONE of them are good nor well-designed. All of them are different hacks and you guys well aware of it. Trying to make this limited and neat UX and UI with that many moving parts is a recipe for disaster.
More good points, yeah it might be best to get more differentiation between existing dms and messages made with conversations. I honestly don't even want to think of how bad and confusing things are if one person uses conversations and the other one uses regular dms on mastodon, especially if mentioning already works differently
I'd really want this to escalate to prevent wasting more hours on conversations systems that are fundamentally broken, @hj has been talking about it for a long time and I can see he's been right. I'm not a BE architect so I can't do much than help point out problems that face the users.
This has pretty much been 'solved' by chats, which have non of the drawbacks of conversations/dms.