If you have a configuration problem, please first try to create a basic configuration following the instructions on the wiki before filing an issue.
Please answer the following questions.
run matterbridge -version
version: 1.2.1-dev
There should be not empty attachments visible on Android Slack app.
For every text message forwarded to slack, empty attachment is visible on the Android app.
It's probably related to this piece of code
np.Attachments = append(np.Attachments, slack.Attachment{CallbackID: "matterbridge"})
np.Attachments = append(np.Attachments, b.createAttach(msg.Extra)...)
But I am not sure if removing it will break detecting "own" messages or something based on the CallbackID in attachment...
matterbridge -debug if possible.Also see https://github.com/42wim/matterbridge/issues/262#issuecomment-330369260
Yes, removing it will break detection.
@42wim maybe we can request slack to "fix it" on mobile...after all it's not displayed on the web version, so there is some check that blocks display of empty attachments.
@ninja-: feel free to do that :)
I sent a ticket with details, I'll let you know if they agree to fix it.
Slack acknowledged this as a bug, it will be fixed but there's no date yet
Cool, is there a link somewhere I can refer to?
sadly no but they will message me when the fix goes live, so I'll forward that information here

fixed upstream :)
cool! thanks for remembering :)
