You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/bridge
Wim 6438a3dba3
Add support for deleting files from slack to discord. Fixes #1705 (#1709)
We create a new event EventFileDelete which will be used to delete
specific uploaded files using the Extra["file"] in the config.Message.

We also add a new NativeID key to the FileInfo struct which will contain
the native file ID of the sending bridge.

When a new file is added to the config.Message.Extra["file"] map, now
the bridge native file ID should be added here.

When the receiving bridge receives such a message, it should keep an
internal mapping of NativeID <> bridge fileid/message id. In the case of
discord we map it to the resulted discord message ID after uploading it.

Now when a bridge deletes a file, it should send a EventFileDelete and
setting the ID to the native file ID of the bridge.

When the receiving bridge will get this event it'll look into the
NativeID <> bridge id mapping to find their internal ID and use it to
delete the specific file on their side.

For now this is implemented for slack to discord but this will be add to
other bridges where useful.
3 years ago
..
api Sent loopback messages to other websockets as well (api) (#1216) 4 years ago
config Add support for deleting files from slack to discord. Fixes #1705 (#1709) 3 years ago
discord Add support for deleting files from slack to discord. Fixes #1705 (#1709) 3 years ago
gitter Fix golint linter issues and enable it in CI (#593) 6 years ago
harmony Add support for Harmony (#1656) 3 years ago
helper Add support for deleting files from slack to discord. Fixes #1705 (#1709) 3 years ago
irc Allow binding to IP on IRC (#1640) 3 years ago
keybase Fix go-keybase-chat-bot api changes 5 years ago
matrix Reply support for Matrix (#1664) 3 years ago
mattermost Add more ignore debug messages (mattermost) (#1678) 3 years ago
msteams Fix panic in msteams. Fixes #1588 (#1622) 3 years ago
mumble Remove newline character in bridge multiline messages (mumble) (#1572) 3 years ago
nctalk Add support for separate display name (nctalk) (#1506) 3 years ago
rocketchat Handle Rocket.Chat attachments (#1395) 4 years ago
slack Add support for deleting files from slack to discord. Fixes #1705 (#1709) 3 years ago
sshchat Fix duplicated messages (sshchat). Fixes #950 (#996) 5 years ago
steam Update dependencies (#886) 5 years ago
telegram Add support for sender_chat (telegram) (#1677) 3 years ago
vk Remove GroupID (vk) (#1668) 3 years ago
whatsapp Make DocumentMessage handler use FileName attribute (whatsapp) (#1488) 3 years ago
xmpp Do not fail on no avatar data (xmpp) #1529 (#1627) 3 years ago
zulip Add better error handling on Zulip (#1589) 3 years ago
bridge.go Add sane RemoteNickFormat default for API (#1157) 4 years ago