This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Missing context when users "share message" #130
Comments
Do you know how the original slack irc gateway handled this? |
No, I never used the original gateway. My impression is that they retired
it precisely because they wanted to add concepts like this that didn't fit
naturally into the irc model.
|
When a user shares a message with an attachment, the attachment appears in a random channel (in my case a private one where the file author isn't present) as if they just uploaded it there, sometimes repeatedly.
Appears in the lsirc output (shared to 2 different channels) |
The attachments seem to be deprecated in favour of a blocks, which are defined recursively :( |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When users "share message" and add a comment, the RTM includes an "attachment" field on the message. The web client displays the text of this message, and the user sometimes adds a comment about it. This currently displays in IRC as a context-free comment since the attachment is dropped.
Not sure how this should be rendered. Maybe just insert a new message, as if sent by the sharing user, with the attachment in a quote?
The text was updated successfully, but these errors were encountered: